Procházet zdrojové kódy

ibrdtn: 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 před 10 roky
rodič
revize
6be97e5371
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      libs/ibrdtn/Makefile

+ 1
- 1
libs/ibrdtn/Makefile Zobrazit soubor

@@ -18,7 +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:=libtool
21
+PKG_FIXUP:=libtool autoreconf
22 22
 
23 23
 include $(INCLUDE_DIR)/package.mk
24 24