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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 18 Mar 2010 10:26:22 +0100

Author: biurrun
Date: Thu Mar 18 10:26:21 2010
New Revision: 2172

Log:
Declare CONFIGURE_ARGS variable instead of messing with the configure call.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Thu Mar 18 10:20:52 2010        (r2171)
+++ trunk/openwrt/package/pisa/Makefile Thu Mar 18 10:26:21 2010        (r2172)
@@ -28,12 +28,9 @@
     DEPENDS:=+libconfig +libopenssl +pisa-mobile-guest +pisa-trust-point 
+pisa-autoconf
 endef
 
+CONFIGURE_ARGS += --enable-shared
 CONFIGURE_VARS += CPPFLAGS="$$$$CPPFLAGS 
-I$(STAGING_DIR)/usr/include/libconfig -I$(PKG_BUILD_DIR)/include"
 
-define Build/Configure
-       $(call Build/Configure/Default, --enable-shared)
-endef
-
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
 endef

Other related posts:

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