[PC-BSD Commits] r5535 - in pbibuild/modules/lang/gcc45: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Dec 10 07:38:02 PST 2009
Author: kris
Date: 2009-12-10 07:38:02 -0800 (Thu, 10 Dec 2009)
New Revision: 5535
Modified:
pbibuild/modules/lang/gcc45/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/lang/gcc45/pbi.conf
Log:
Fixed a bug with runtime gcc apps
Modified: pbibuild/modules/lang/gcc45/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/lang/gcc45/overlay-dir/PBI.SetupScript.sh 2009-12-10 15:25:11 UTC (rev 5534)
+++ pbibuild/modules/lang/gcc45/overlay-dir/PBI.SetupScript.sh 2009-12-10 15:38:02 UTC (rev 5535)
@@ -19,10 +19,12 @@
if [ -d "/PCBSD/local/etc/fonts" ]
then
# Link in our gcc45 dir, so that fortran apps can run, and others
- ln -s /Programs/${PROGDIR}/libdata/ldconfig/gcc45 /PCBSD/local/libdata/ldconfig/gcc45
+ cp /Programs/${PROGDIR}/libdata/ldconfig/gcc45 /PCBSD/local/libdata/ldconfig/gcc45
+ /etc/rc.d/ldconfig-pcbsd restart
else
# Link in our gcc45 dir, so that fortran apps can run, and others
- ln -s /Programs/${PROGDIR}/libdata/ldconfig/gcc45 /usr/local/libdata/ldconfig/gcc45
+ cp /Programs/${PROGDIR}/libdata/ldconfig/gcc45 /usr/local/libdata/ldconfig/gcc45
+ /etc/rc.d/ldconfig restart
fi
Modified: pbibuild/modules/lang/gcc45/pbi.conf
===================================================================
--- pbibuild/modules/lang/gcc45/pbi.conf 2009-12-10 15:25:11 UTC (rev 5534)
+++ pbibuild/modules/lang/gcc45/pbi.conf 2009-12-10 15:38:02 UTC (rev 5535)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="01"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list