Andreas Wacknitz
2023-12-29 0dbf3cb01d67c94279663e3bcaa0d13241c50b2c
bind: fix dependencies

2 files modified
5 ■■■■■ changed files
components/network/bind/Makefile 4 ●●●● patch | view | raw | blame | history
components/network/bind/pkg5 1 ●●●● patch | view | raw | blame | history
components/network/bind/Makefile
@@ -102,8 +102,8 @@
COMPONENT_PRE_TEST_ACTION= ( cd $(BUILD_DIR_64)/bin/tests/system && pfexec sh ./ifconfig.sh up )
COMPONENT_POST_TEST_ACTION= ( cd $(BUILD_DIR_64)/bin/tests/system && pfexec sh ./ifconfig.sh down )
# required for tests
TEST_REQUIRED_PACKAGES += library/cmocka
# Manually added build dependencies
REQUIRED_PACKAGES += library/cmocka
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
components/network/bind/pkg5
@@ -2,6 +2,7 @@
    "dependencies": [
        "SUNWcs",
        "database/lmdb",
        "library/cmocka",
        "library/json-c",
        "library/libidn2",
        "library/libuv",