Browse Source

ibrcommon: 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
ebe346b616
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      libs/ibrcommon/Makefile

+ 0
- 1
libs/ibrcommon/Makefile View File

19
 
19
 
20
 PKG_INSTALL:=1
20
 PKG_INSTALL:=1
21
 PKG_FIXUP:=libtool
21
 PKG_FIXUP:=libtool
22
-PKG_BUILD_DEPENDS:=libnl libopenssl
23
 
22
 
24
 include $(INCLUDE_DIR)/package.mk
23
 include $(INCLUDE_DIR)/package.mk
25
 
24