Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2016 15:54:20 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409429 - head/Mk
Message-ID:  <201602231554.u1NFsKpO043489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602231554.u1NFsKpO043489>