svn commit: r409429 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Tue Feb 23 15:54:21 UTC 2016
Author: bdrewery
Date: Tue Feb 23 15:54:20 2016
New Revision: 409429
URL: https://svnweb.freebsd.org/changeset/ports/409429
Log:
As r403467 intended, also avoid splitting symbols for kernel modules.
This should fix the build of x11/nvidia-driver-340.
Reported by: dchagin
PR: 207168
With hat: portmgr
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Tue Feb 23 15:49:39 2016 (r409428)
+++ head/Mk/bsd.port.mk Tue Feb 23 15:54:20 2016 (r409429)
@@ -1608,6 +1608,7 @@ MAKE_ENV+= NO_PIE=yes
# We will control debug files. Don't let builds that use /usr/share/mk
# split out debug symbols since the plist won't know to expect it.
MAKE_ENV+= NO_DEBUG_FILES=yes
+MAKE_ENV+= NO_KERNEL_SYMBOLS=yes
.if defined(NOPORTDOCS)
PLIST_SUB+= PORTDOCS="@comment "
More information about the svn-ports-head
mailing list