[PC-BSD Commits] r3259 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 10:49:05 PST 2009
Author: kris
Date: 2009-01-14 10:49:04 -0800 (Wed, 14 Jan 2009)
New Revision: 3259
Modified:
pcbsd/trunk/system-overlay/etc/make.conf
Log:
Updated our make.conf to use some LDCONFIG options to make port building viable, and ignoring /PCBSD/local
Modified: pcbsd/trunk/system-overlay/etc/make.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/make.conf 2009-01-14 17:58:06 UTC (rev 3258)
+++ pcbsd/trunk/system-overlay/etc/make.conf 2009-01-14 18:49:04 UTC (rev 3259)
@@ -1,2 +1,6 @@
+# Be careful changing this variable
+# Used to prevent detection of libs in /PCBSD/local
+USE_LDCONFIG=/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg
+
# Uncomment this if you want to do port builds with no interaction
#BATCH=yes
More information about the Commits
mailing list