Browse Source

dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth 10 years ago
parent
commit
efb7c5fc59
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      libs/dtndht/Makefile

+ 0
- 1
libs/dtndht/Makefile View File

@@ -19,7 +19,6 @@ PKG_LICENSE:=Apache-2.0
19 19
 
20 20
 PKG_INSTALL:=1
21 21
 PKG_FIXUP:=libtool
22
-PKG_BUILD_DEPENDS:=libopenssl
23 22
 
24 23
 include $(INCLUDE_DIR)/package.mk
25 24