Author: alexander
Date: 2006-01-09 01:10:32 -0700 (Mon, 09 Jan 2006)
New Revision: 1346
Modified:
trunk/packages/Xorg-modular/Makefile
trunk/packages/distcc/Makefile
trunk/packages/ncftp/Makefile
Log:
Removed use of /usr/etc in ncftp, distcc and libXt.
WARNING: libXt will not be automatically rebuilt after this commit.
Modified: trunk/packages/Xorg-modular/Makefile
===================================================================
--- trunk/packages/Xorg-modular/Makefile 2006-01-09 08:03:13 UTC (rev
1345)
+++ trunk/packages/Xorg-modular/Makefile 2006-01-09 08:10:32 UTC (rev
1346)
@@ -151,8 +151,7 @@
# Extra safety measure, due to "test: too many arguments" messages
# May well be just an unnecessary precaution
autoreconf --force --install --verbose
- ./configure --help
- ./configure --prefix=/usr --localstatedir=/var $(EXTRA_FLAGS-$*)
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
$(EXTRA_FLAGS-$*)
make $(PM)
make install
@@ -175,7 +174,7 @@
sed -i -e '/DPI/s,75,94,' hw/xfree86/common/xf86Priv.h hw/dmx/dmxinit.c
# Allow the use of builtin fonts from libXfont.so
sed -i -e 's,#ifdef KDRIVESERVER,#if 1,' dix/dixfonts.c
- ./configure --prefix=/usr --localstatedir=/var
--with-mesa-source=`pwd`/$(DIR2) --with-default-font-path=built-ins
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--with-mesa-source=`pwd`/$(DIR2) --with-default-font-path=built-ins
make $(PM)
make install
Modified: trunk/packages/distcc/Makefile
===================================================================
--- trunk/packages/distcc/Makefile 2006-01-09 08:03:13 UTC (rev 1345)
+++ trunk/packages/distcc/Makefile 2006-01-09 08:10:32 UTC (rev 1346)
@@ -20,7 +20,7 @@
$(std_build)
compile-stage2:
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
make $(PM)
make install
Modified: trunk/packages/ncftp/Makefile
===================================================================
--- trunk/packages/ncftp/Makefile 2006-01-09 08:03:13 UTC (rev 1345)
+++ trunk/packages/ncftp/Makefile 2006-01-09 08:10:32 UTC (rev 1346)
@@ -20,7 +20,7 @@
$(std_build)
compile-stage2:
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
make -C libncftp shared
make -C libncftp soinstall
make $(PM)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page