Revision: 6588 http://ipcop.svn.sourceforge.net/ipcop/?rev=6588&view=rev Author: gespinasse Date: 2012-04-28 08:25:38 +0000 (Sat, 28 Apr 2012) Log Message: ----------- Remove --disable-nls erronously added that only produce configure warning on toolchain build
Modified Paths: -------------- ipcop/trunk/lfs/gzip ipcop/trunk/lfs/m4 ipcop/trunk/lfs/patch Modified: ipcop/trunk/lfs/gzip =================================================================== --- ipcop/trunk/lfs/gzip 2012-04-27 17:55:00 UTC (rev 6587) +++ ipcop/trunk/lfs/gzip 2012-04-28 08:25:38 UTC (rev 6588) @@ -83,10 +83,9 @@ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE) ifeq "$(STAGE)" "toolchain" - # use --disable-nls just to be smaller + # avoid '%n in writable segment' with gl_cv_func_printf_directive_n=no cd $(DIR_APP) && gl_cv_func_printf_directive_n=no \ - ./configure --prefix=/$(TOOLS_DIR) \ - --disable-nls + ./configure --prefix=/$(TOOLS_DIR) cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install-exec endif @@ -94,8 +93,7 @@ ifeq "$(STAGE)" "base" cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/gzip-1.3.3-window-size.patch cd $(DIR_APP) && gl_cv_func_printf_directive_n=no \ - ./configure --prefix=/usr \ - --bindir=/bin + ./configure --prefix=/usr --bindir=/bin cd $(DIR_APP) && make -j $(PARALLELISM) ifeq "$(RUNNING_TEST)" "yes" Modified: ipcop/trunk/lfs/m4 =================================================================== --- ipcop/trunk/lfs/m4 2012-04-27 17:55:00 UTC (rev 6587) +++ ipcop/trunk/lfs/m4 2012-04-28 08:25:38 UTC (rev 6588) @@ -85,15 +85,13 @@ cd $(DIR_APP) && sed -i -e '41s/ENOENT/& || errno == EINVAL/' tests/test-readlink.h ifeq "$(STAGE)" "toolchain" - # use --disable-nls just to be smaller - cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) \ - --disable-nls + cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make -j $(PARALLELISM) ifeq "$(RUNNING_TEST)" "yes" Modified: ipcop/trunk/lfs/patch =================================================================== --- ipcop/trunk/lfs/patch 2012-04-27 17:55:00 UTC (rev 6587) +++ ipcop/trunk/lfs/patch 2012-04-28 08:25:38 UTC (rev 6588) @@ -89,9 +89,7 @@ cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1) ifeq "$(STAGE)" "toolchain" - # use --disable-nls just to be smaller - cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) \ - --disable-nls + cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn