Skip to content

Commit

Permalink
kea: remove dependency and reduce file size
Browse files Browse the repository at this point in the history
Remove boost-python3 dependency and reduce file size of the compiled 
kea-libs

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
  • Loading branch information
tiagogaspar8 committed Oct 1, 2019
1 parent 9314a96 commit 74603fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/kea/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74603fe

Please sign in to comment.