Author: alexander
Date: 2005-06-19 10:55:16 -0600 (Sun, 19 Jun 2005)
New Revision: 250

Modified:
   trunk/packages/cpio/Makefile
Log:
Added some missing #defines to cpio.
See the recent thread "Bug in cpio-2.6" on blfs-dev for details.


Modified: trunk/packages/cpio/Makefile
===================================================================
--- trunk/packages/cpio/Makefile        2005-06-19 15:59:35 UTC (rev 249)
+++ trunk/packages/cpio/Makefile        2005-06-19 16:55:16 UTC (rev 250)
@@ -22,6 +22,8 @@
        @if [ ! -f /bin/cpio ] ; then unpack $(FILE) && cd $(DIR) && \
         sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c && \
         ./configure CPIO_MT_PROG=mt --prefix=/usr --bindir=/bin 
--libexecdir=/tmp --with-rmt=/usr/sbin/rmt && \
+        echo "#define HAVE_SETLOCALE 1" >>config.h && \
+        echo "#define HAVE_LSTAT 1" >>config.h && \
         make -j3 && \
         make install ; fi
        @make clean

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

Reply via email to