Revision: 6488 http://ipcop.svn.sourceforge.net/ipcop/?rev=6488&view=rev Author: gespinasse Date: 2012-03-17 11:59:36 +0000 (Sat, 17 Mar 2012) Log Message: ----------- Fix the last match from libxml2 on check_files-configure_warnings.log
Modified Paths: -------------- ipcop/trunk/lfs/libxml2 Modified: ipcop/trunk/lfs/libxml2 =================================================================== --- ipcop/trunk/lfs/libxml2 2012-03-17 09:23:20 UTC (rev 6487) +++ ipcop/trunk/lfs/libxml2 2012-03-17 11:59:36 UTC (rev 6488) @@ -143,6 +143,9 @@ cd $(DIR_APP) && touch --reference=Makefile.in configure.in aclocal.m4 config.h.in cd $(DIR_APP) && sed -i 's/stat _stat signal/stat _stat signal rand srand time/' configure + # Fix the warning on install cannot stat `./*.html' + cd $(DIR_APP) && sed -i 's|$$(srcdir)/\*.html ||' doc/examples/Makefile.in + # --docdir does nothing on 2.7.8 # --with-minimum is broken on 2.7.8, not on 2.7.7 but hard to know what to test # maybe we could reduce more the lib, who know? 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 Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn