mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
kea: remove dependency and reduce file size
Remove boost-python3 dependency and reduce file size of the compiled kea-libs Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
This commit is contained in:
+2
-2
@@ -60,7 +60,7 @@ define Package/kea-libs
|
|||||||
$(call Package/kea/Default)
|
$(call Package/kea/Default)
|
||||||
TITLE+=Libraries
|
TITLE+=Libraries
|
||||||
DEPENDS:=+libopenssl +log4cplus \
|
DEPENDS:=+libopenssl +log4cplus \
|
||||||
+boost +boost-python3 +boost-system
|
+boost +boost-system
|
||||||
endef
|
endef
|
||||||
define Package/kea-libs/description
|
define Package/kea-libs/description
|
||||||
Kea required Libraries.
|
Kea required Libraries.
|
||||||
@@ -197,7 +197,7 @@ endef
|
|||||||
|
|
||||||
define Package/kea-libs/install
|
define Package/kea-libs/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(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
|
endef
|
||||||
|
|
||||||
define Package/kea-dhcp4/install
|
define Package/kea-dhcp4/install
|
||||||
|
|||||||
Reference in New Issue
Block a user