소스 검색

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 년 전
부모
커밋
efb7c5fc59
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      libs/dtndht/Makefile

+ 0
- 1
libs/dtndht/Makefile 파일 보기

@@ -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