[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5232: OpenWrt: Remove libconfig CPPFLAGS workaround.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 18:13:29 -0000

------------------------------------------------------------
revno: 5232
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 19:06:28 +0100
message:
  OpenWrt: Remove libconfig CPPFLAGS workaround.
  
  The OpenWrt developers have committed my patch to get rid of the braindead
  libconfig.h location which did not match the one used by libconfig proper.
  
  The workaround is unnecessary for both trunk and the backfire release, which
  share the package feed.  Get the updated package via 'scripts/feeds update'.
  
  see: https://dev.openwrt.org/ticket/8334
modified:
  packaging/openwrt/hipl/Makefile


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/openwrt/hipl/Makefile'
--- packaging/openwrt/hipl/Makefile     2010-11-29 19:17:08 +0000
+++ packaging/openwrt/hipl/Makefile     2010-11-30 18:06:28 +0000
@@ -54,9 +54,7 @@
  The libraries and configs needed for HIPL.
 endef
 
-CONFIGURE_VARS += \
-    LIBS="-lz" \
-    CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/libconfig"
+CONFIGURE_VARS += LIBS="-lz"
 
 define Build/Configure
        $(call Build/Configure/Default, \

Other related posts: