[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[4615] ipcop/trunk/lfs/m4
From:       gespinasse () users ! sourceforge ! net
Date:       2010-05-29 13:40:39
Message-ID: E1OIMHH-00071S-14 () sfp-svn-3 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 4615
          http://ipcop.svn.sourceforge.net/ipcop/?rev=4615&view=rev
Author:   gespinasse
Date:     2010-05-29 13:40:38 +0000 (Sat, 29 May 2010)

Log Message:
-----------
Replace gl_cv_func_printf_directive_n=no by the proper workaround
glibc want LIBC_FATAL_STDERR_=1 to be able to redirect the printf message
That should be include on next update (with gnulib update)

Fix the wrong include regex detection (will be too fixed with gnulib update)

Modified Paths:
--------------
    ipcop/trunk/lfs/m4

Modified: ipcop/trunk/lfs/m4
===================================================================
--- ipcop/trunk/lfs/m4	2010-05-29 13:36:25 UTC (rev 4614)
+++ ipcop/trunk/lfs/m4	2010-05-29 13:40:38 UTC (rev 4615)
@@ -84,15 +84,22 @@
 
 ifeq "$(STAGE)" "toolchain"
 	# use --disable-nls just to be smaller
-	cd $(DIR_APP) && gl_cv_func_printf_directive_n=no \
-		./configure	--prefix=/$(TOOLS_DIR) \
-				--disable-nls
+	# LIBC_FATAL_STDERR_=1 will be used by next gnulib version to hide the spurious \
printf test +	# fix a bug in 1.4.14 gnulib for regex detection with \
--without-included-regex +	cd $(DIR_APP) && LIBC_FATAL_STDERR_=1		\
+		./configure	--prefix=/$(TOOLS_DIR)	\
+				--disable-nls		\
+				--without-included-regex
 	cd $(DIR_APP) && make -j $(PARALLELISM)
 	cd $(DIR_APP) && make install
 endif
 
 ifeq "$(STAGE)" "base"
-	cd $(DIR_APP) && gl_cv_func_printf_directive_n=no ./configure --prefix=/usr
+	# LIBC_FATAL_STDERR_=1 will be used by next gnulib version to hide the spurious \
printf test +	# fix a bug in 1.4.14 gnulib for regex detection with \
--without-included-regex +	cd $(DIR_APP) && LIBC_FATAL_STDERR_=1		\
+		./configure	--prefix=/usr		\
+				--without-included-regex
 	cd $(DIR_APP) && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------

_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic