소스 검색

ibrdtnd: Add autoreconf to fixup

The fixup is necessary since there is a patch for configure.ac in this recipe.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth 10 년 전
부모
커밋
64a4498069
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      net/ibrdtnd/Makefile

+ 1
- 0
net/ibrdtnd/Makefile 파일 보기

@@ -18,6 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
18 18
 PKG_LICENSE:=Apache-2.0
19 19
 
20 20
 PKG_INSTALL:=1
21
+PKG_FIXUP:=autoreconf
21 22
 
22 23
 include $(INCLUDE_DIR)/package.mk
23 24