From 40cd1d59b90d34fb928035507a8bfb19ac47073e Mon Sep 17 00:00:00 2001 From: Aurelien Larcher Date: Fri, 19 Jan 2018 14:55:45 -0800 Subject: [PATCH] Fix gnupth REQUIRED_PACKAGES --- components/gnupth/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/gnupth/Makefile b/components/gnupth/Makefile index 24bb89723..c6545abd2 100644 --- a/components/gnupth/Makefile +++ b/components/gnupth/Makefile @@ -63,7 +63,6 @@ install: $(INSTALL_32_and_64) test: $(TEST_32_and_64) -BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) - -include ../../make-rules/depend.mk - +# Auto-generated dependencies +REQUIRED_PACKAGES += SUNWcs +REQUIRED_PACKAGES += system/library -- 2.11.4.GIT