From efb7c5fc597b86b23ffdd97f6671f50581b58ae3 Mon Sep 17 00:00:00 2001 From: Johannes Morgenroth Date: Fri, 22 Aug 2014 14:33:37 +0200 Subject: [PATCH] dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS Signed-off-by: Johannes Morgenroth --- libs/dtndht/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/dtndht/Makefile b/libs/dtndht/Makefile index 7ab618145..be4385ce5 100644 --- a/libs/dtndht/Makefile +++ b/libs/dtndht/Makefile @@ -19,7 +19,6 @@ PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 PKG_FIXUP:=libtool -PKG_BUILD_DEPENDS:=libopenssl include $(INCLUDE_DIR)/package.mk