svn commit: r296737 - head

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 12 18:41:28 UTC 2016


Author: bdrewery
Date: Sat Mar 12 18:41:27 2016
New Revision: 296737
URL: https://svnweb.freebsd.org/changeset/base/296737

Log:
  Follow-up r296709: Fix build32 not properly building all libraries.
  
  Pointyhat to:	bdrewery
  Reported by:	antoine

Modified:
  head/Makefile.libcompat

Modified: head/Makefile.libcompat
==============================================================================
--- head/Makefile.libcompat	Sat Mar 12 18:40:51 2016	(r296736)
+++ head/Makefile.libcompat	Sat Mar 12 18:41:27 2016	(r296737)
@@ -85,9 +85,9 @@ LIBCOMPATCFLAGS+=	--sysroot=${WORLDTMP}
 .endif
 
 _LC_LIBDIRS.yes=		lib gnu/lib
-_LC_LIBDIRS.${MK_CDDL:tl}=	cddl/lib
-_LC_LIBDIRS.${MK_CRYPT:tl}=	secure/lib
-_LC_LIBDIRS.${MK_KERBEROS:tl}=	kerberos5/lib
+_LC_LIBDIRS.${MK_CDDL:tl}+=	cddl/lib
+_LC_LIBDIRS.${MK_CRYPT:tl}+=	secure/lib
+_LC_LIBDIRS.${MK_KERBEROS:tl}+=	kerberos5/lib
 
 # Shared logic
 build${libcompat}: .PHONY


More information about the svn-src-head mailing list