Revision: 6601 http://ipcop.svn.sourceforge.net/ipcop/?rev=6601&view=rev Author: gespinasse Date: 2012-05-07 08:26:10 +0000 (Mon, 07 May 2012) Log Message: ----------- Fix "__STRICT_ANSI__" is not defined warning. Compile rrdtool in verbose mode, we may switch all packages to compile that way as it is easier to check dependencies and see what change really happen.
Modified Paths: -------------- ipcop/trunk/lfs/rrdtool Modified: ipcop/trunk/lfs/rrdtool =================================================================== --- ipcop/trunk/lfs/rrdtool 2012-05-07 06:30:21 UTC (rev 6600) +++ ipcop/trunk/lfs/rrdtool 2012-05-07 08:26:10 UTC (rev 6601) @@ -88,6 +88,9 @@ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i -e 's|__DATE__|$(DATESTAMP)|' -e 's|__TIME__|$(TIMESTAMP)|' src/rrd_tool.c + # Fix "__STRICT_ANSI__" is not defined, remove after 1.4.7 as upstream tree include the fix + cd $(DIR_APP) && sed -i -e 's|__STRICT_ANSI__|defined __STRICT_ANSI__|' src/gettext.h + # we may really remove rpath from RRDs.so using this borrowed from Fedora, but is it really better # cd $(DIR_APP) && sed -i -e 's|-Wl,--rpath -Wl,\$$rp||g' bindings/perl-shared/Makefile.PL @@ -104,7 +107,7 @@ --disable-tcl \ --enable-perl-site-install \ --with-pic - cd $(DIR_APP) && make -j $(PARALLELISM) + cd $(DIR_APP) && make -j $(PARALLELISM) V=1 cd $(DIR_APP) && make install-exec cd $(DIR_APP) && make site-perl-install mkdir -p /var/log/rrd/ 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