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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 22 Oct 2009 18:24:14 +0200

Author: biurrun
Date: Thu Oct 22 18:24:14 2009
New Revision: 1298

Log:
Remove unnecessary extra linker flags for the OpenWrt build.

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

Modified: trunk/openwrt/trunk/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/trunk/package/pisa/Makefile   Thu Oct 22 18:19:28 2009        
(r1297)
+++ trunk/openwrt/trunk/package/pisa/Makefile   Thu Oct 22 18:24:14 2009        
(r1298)
@@ -29,7 +29,7 @@
 endef
 
 CONFIGURE_VARS += \
-       LIBS="-lconfig -lcrypto -lm -lz" \
+       LIBS="-lm" \
        CPPFLAGS="$$$$CPPFLAGS \
                -I$(STAGING_DIR)/usr/include/libconfig \
                -I$(PKG_BUILD_DIR)/include"

Other related posts:

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