[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5175: Do not build shared libraries by default on OpenWrt.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 23 Nov 2010 17:47:29 -0000

------------------------------------------------------------
revno: 5175
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: packaging
timestamp: Fri 2010-11-19 23:15:36 +0100
message:
  Do not build shared libraries by default on OpenWrt.
  
  This is the default for all other platforms and the libraries are not so
  big that it is worth the complication.
modified:
  packaging/openwrt/package/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/package/Makefile'
--- packaging/openwrt/package/Makefile  2010-11-12 16:31:19 +0000
+++ packaging/openwrt/package/Makefile  2010-11-19 22:15:36 +0000
@@ -62,7 +62,6 @@
 define Build/Configure
        $(call Build/Configure/Default, \
             --sysconfdir=/etc \
-            --enable-shared \
             --disable-debug \
     );
 endef
@@ -93,13 +92,8 @@
 define Package/hipl-common/install
        $(INSTALL_DIR) $(1)/etc/hip/
        $(INSTALL_DIR) $(1)/etc/modules.d/
-       $(INSTALL_DIR) $(1)/usr/lib/
 
        $(INSTALL_DATA) ./files/hipl.modules $(1)/etc/modules.d/35-hipl
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipcore.so* $(1)/usr/lib/
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipheartbeat.so* 
$(1)/usr/lib/
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhiphbupdate.so* 
$(1)/usr/lib/
-       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libhipupdate.so* 
$(1)/usr/lib/
 endef
 
 $(eval $(call BuildPackage,hipl-common))

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5175: Do not build shared libraries by default on OpenWrt. - noreply