kea: remove dependency and reduce file size
authorTiago Gaspar <redacted>
Tue, 1 Oct 2019 01:05:15 +0000 (02:05 +0100)
committerTiago Gaspar <redacted>
Tue, 1 Oct 2019 01:05:15 +0000 (02:05 +0100)
Remove boost-python3 dependency and reduce file size of the compiled
kea-libs

Signed-off-by: Tiago Gaspar <redacted>
net/kea/Makefile

index 4b30ae5c53be8d38b3bf1fd95ca1b598d1bb520d..bbbba989eb03991709303f4f77f8f9eeb19a7b59 100644 (file)
@@ -60,7 +60,7 @@ define Package/kea-libs
        $(call Package/kea/Default)
        TITLE+=Libraries
        DEPENDS:=+libopenssl +log4cplus \
-       +boost +boost-python3 +boost-system
+       +boost +boost-system
 endef
 define Package/kea-libs/description
                Kea required Libraries.
@@ -197,7 +197,7 @@ endef
 
 define Package/kea-libs/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so.* $(1)/usr/lib/
 endef
 
 define Package/kea-dhcp4/install
git clone https://git.99rst.org/PROJECT