[pisa-src] r2102 - trunk/openwrt/package/hipl/Makefile

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 03 Mar 2010 16:46:22 +0100

Author: gherzan
Date: Wed Mar  3 16:46:21 2010
New Revision: 2102

Log:
Remove the DHT library from the HIPL OpenWRT install: it's not enabled
by default and therefore it can cause build failures.

Modified:
   trunk/openwrt/package/hipl/Makefile

Modified: trunk/openwrt/package/hipl/Makefile
==============================================================================
--- trunk/openwrt/package/hipl/Makefile Fri Feb 26 04:28:47 2010        (r2101)
+++ trunk/openwrt/package/hipl/Makefile Wed Mar  3 16:46:21 2010        (r2102)
@@ -178,8 +178,6 @@
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipcore.la $(1)/usr/lib/
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipconf.so* $(1)/usr/lib/
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipconf.la $(1)/usr/lib/
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipdht.so* $(1)/usr/lib/
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipdht.la $(1)/usr/lib/
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhiptool.so* $(1)/usr/lib/
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhiptool.la $(1)/usr/lib/
 #      $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libinet6.so* $(1)/usr/lib/

Other related posts:

  • » [pisa-src] r2102 - trunk/openwrt/package/hipl/Makefile - Mircea Gherzan