Revision: 6948
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6948&view=rev
Author:   gespinasse
Date:     2013-03-02 10:50:48 +0000 (Sat, 02 Mar 2013)
Log Message:
-----------
With a standard ./configure, no need for CPPFLAGS="$(CPPFLAGS)" ./configure
configure care itself of the value in CPPFLAGS

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

Modified: ipcop/trunk/lfs/libpng
===================================================================
--- ipcop/trunk/lfs/libpng      2013-03-02 10:49:57 UTC (rev 6947)
+++ ipcop/trunk/lfs/libpng      2013-03-02 10:50:48 UTC (rev 6948)
@@ -85,7 +85,7 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && CPPFLAGS="$(CPPFLAGS)" ./configure --prefix=/usr 
--disable-static
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
        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.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to