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