svn commit: r358853 - branches/2014Q2/Mk/Uses

Rene Ladan rene at FreeBSD.org
Sun Jun 22 22:21:02 UTC 2014


Author: rene
Date: Sun Jun 22 22:21:01 2014
New Revision: 358853
URL: http://svnweb.freebsd.org/changeset/ports/358853
QAT: https://qat.redports.org/buildarchive/r358853/

Log:
  MFH: r358828
  
  Add --strip-debug to STRIP_CMD to avoid removing kernel symbols from the
  installed kernel module.  This would otherwise break comms/uarduno on amd64
  when converting this port to USES=kmod.
  
  PR:		189621 (in private followup)
  Submitted by:	Bob Frazier <bobf at mrp3.com>
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q2/Mk/Uses/kmod.mk
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/Mk/Uses/kmod.mk
==============================================================================
--- branches/2014Q2/Mk/Uses/kmod.mk	Sun Jun 22 22:20:46 2014	(r358852)
+++ branches/2014Q2/Mk/Uses/kmod.mk	Sun Jun 22 22:21:01 2014	(r358853)
@@ -32,6 +32,7 @@ KMODDIR=	/boot/modules
 PLIST_SUB+=	KMODDIR="${KMODDIR:C,^/,,}"
 MAKE_ENV+=	KMODDIR="${KMODDIR}" SYSDIR="${SRC_BASE}/sys" NO_XREF=yes
 
+STRIP_CMD+=	--strip-debug # do not strip kernel symbols
 .endif
 
 .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_KMOD_POST_MK)


More information about the svn-ports-branches mailing list