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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 20:59:49 +0100

Author: biurrun
Date: Thu Oct 29 20:59:48 2009
New Revision: 1438

Log:
Restore LIBS line in CONFIGURE_VARS, previously removed in r1325.
The autobuilder configuration requires this for some reason.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Thu Oct 29 19:46:15 2009        (r1437)
+++ trunk/openwrt/package/pisa/Makefile Thu Oct 29 20:59:48 2009        (r1438)
@@ -29,6 +29,7 @@
 endef
 
 CONFIGURE_VARS += \
+       LIBS="-lm" \
        CPPFLAGS="$$$$CPPFLAGS \
                -I$(STAGING_DIR)/usr/include/libconfig \
                -I$(PKG_BUILD_DIR)/include"

Other related posts:

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