Revision: 6503
http://ipcop.svn.sourceforge.net/ipcop/?rev=6503&view=rev
Author: gespinasse
Date: 2012-03-21 19:25:34 +0000 (Wed, 21 Mar 2012)
Log Message:
-----------
Build pcre before grep remove some grep configure warnings
pcre is build after readline as pcre test for readline
grep remain before libtool build (as libtoolize contain an hardcoded grep path)
Use --disable-nls with grep.
make install-exec is used, so translation were already not installed
Modified Paths:
--------------
ipcop/trunk/lfs/grep
ipcop/trunk/make.sh
Modified: ipcop/trunk/lfs/grep
===================================================================
--- ipcop/trunk/lfs/grep 2012-03-20 21:09:31 UTC (rev 6502)
+++ ipcop/trunk/lfs/grep 2012-03-21 19:25:34 UTC (rev 6503)
@@ -92,8 +92,8 @@
endif
ifeq "$(STAGE)" "base"
- cd $(DIR_APP) && ./configure --prefix=/usr \
- --bindir=/bin
+ # libc regex is used instead of grep internal is the meaning of
'Included lib/regex.c not used' warning
+ cd $(DIR_APP) && ./configure --prefix=/usr --bindir=/bin --disable-nls
endif
cd $(DIR_APP) && make -j $(PARALLELISM)
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2012-03-20 21:09:31 UTC (rev 6502)
+++ ipcop/trunk/make.sh 2012-03-21 19:25:34 UTC (rev 6503)
@@ -1700,10 +1700,11 @@
chroot_make m4
chroot_make bison
chroot_make procps
- chroot_make grep
chroot_make readline
chroot_make bash
- chroot_make libtool
+ chroot_make pcre # grep search pcre, glib use system
pcre, pcre use readline
+ chroot_make grep
+ chroot_make libtool # libtoolize contain hardcoded grep path
chroot_make perl
chroot_make autoconf
chroot_make automake
@@ -1790,7 +1791,6 @@
chroot_make libgcrypt # radiusplugin for OpenVPN
chroot_make libnet
chroot_make libpng
- chroot_make pcre # glib use system pcre
chroot_make glib
chroot_make dejavu
chroot_make freetype
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn