[pisa-src] r1325 - trunk/openwrt/trunk/package/pisa/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 15:25:46 +0100

Author: biurrun
Date: Tue Oct 27 15:25:46 2009
New Revision: 1325

Log:
Remove redundant LIBS="-lm" line from CONFIGURE_VARS.
Our build system already takes care of adding that flag when required.

Modified:
   trunk/openwrt/trunk/package/pisa/Makefile

Modified: trunk/openwrt/trunk/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/trunk/package/pisa/Makefile   Tue Oct 27 15:23:54 2009        
(r1324)
+++ trunk/openwrt/trunk/package/pisa/Makefile   Tue Oct 27 15:25:46 2009        
(r1325)
@@ -29,7 +29,6 @@
 endef
 
 CONFIGURE_VARS += \
-       LIBS="-lm" \
        CPPFLAGS="$$$$CPPFLAGS \
                -I$(STAGING_DIR)/usr/include/libconfig \
                -I$(PKG_BUILD_DIR)/include"

Other related posts:

  • » [pisa-src] r1325 - trunk/openwrt/trunk/package/pisa/Makefile - Diego Biurrun