Author: alexander
Date: 2006-09-05 06:49:10 -0600 (Tue, 05 Sep 2006)
New Revision: 1715
Modified:
branches/6.2/packages/xfsprogs/Makefile
Log:
Worked around xfsprogs incompatibility with the current config.site file.
Reported by William Zhou.
Modified: branches/6.2/packages/xfsprogs/Makefile
===================================================================
--- branches/6.2/packages/xfsprogs/Makefile 2006-08-14 03:39:53 UTC (rev
1714)
+++ branches/6.2/packages/xfsprogs/Makefile 2006-09-05 12:49:10 UTC (rev
1715)
@@ -21,7 +21,8 @@
compile-stage2:
patch -Np1 -i ../$(DIR)-fix_compile-1.patch
- OPTIMIZER="-Os" make
+ LOCAL_CONFIGURE_OPTIONS="--enable-static --disable-shared" \
+ OPTIMIZER="-Os" make
make install
clean:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page