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

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 15 Sep 2010 17:55:26 +0200

Author: richter
Date: Wed Sep 15 17:55:26 2010
New Revision: 2338

Log:
changed openwrt Makefile to compile on recent openwrt

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Tue Aug  3 14:56:35 2010        (r2337)
+++ trunk/openwrt/package/pisa/Makefile Wed Sep 15 17:55:26 2010        (r2338)
@@ -28,7 +28,12 @@
     DEPENDS:=+libconfig +libopenssl +pisa-mobile-guest +pisa-trust-point
 endef
 
-CONFIGURE_ARGS += --enable-shared
+define Build/Configure
+       $(call Build/Configure/Default, \
+          --enable-shared \
+          CFLAGS="-O2 -fPIC -Wno-error" \
+    );
+endef
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2338 - trunk/openwrt/package/pisa/Makefile - Samuel Richter