[PC-BSD Commits] r924 - pbibuild/modules/firefox
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 27 09:18:36 PST 2007
Author: kris
Date: 2007-11-27 09:18:35 -0800 (Tue, 27 Nov 2007)
New Revision: 924
Modified:
pbibuild/modules/firefox/build.sh
Log:
Found and fixed problem with FF after patch 1.4.1.1 is applied, we need
to exclude libc.so.x from all lib directories, since it may change as we
move across FBSD releases
Modified: pbibuild/modules/firefox/build.sh
===================================================================
--- pbibuild/modules/firefox/build.sh 2007-11-23 15:56:06 UTC (rev 923)
+++ pbibuild/modules/firefox/build.sh 2007-11-27 17:18:35 UTC (rev 924)
@@ -34,3 +34,6 @@
sed -e "s,CHANGEME,Firefox${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh
mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh
chmod 755 ${PBIDIR}/scripts/removepbi.sh
+
+# Make sure we remove libc from the autolibs to prevent breakage
+rm ${PBIDIR}/autolibs/libc*so*
More information about the Commits
mailing list