Author: alexander
Date: 2006-12-19 06:35:06 -0700 (Tue, 19 Dec 2006)
New Revision: 1812

Modified:
   branches/6.2/packages/vbetool/Makefile
Log:
vbetool doens't need the explicit -lz anymore

Modified: branches/6.2/packages/vbetool/Makefile
===================================================================
--- branches/6.2/packages/vbetool/Makefile      2006-12-19 13:32:11 UTC (rev 
1811)
+++ branches/6.2/packages/vbetool/Makefile      2006-12-19 13:35:06 UTC (rev 
1812)
@@ -17,11 +17,11 @@
        chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
-stage2: Makefile $(FILE) $(PATCH1)
+stage2: Makefile $(FILE)
        $(std_build)
 
 compile-stage2:
-       LIBS="-lz" ./configure --prefix=/usr
+       ./configure --prefix=/usr
        make
        make install
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to