Merge pull request #247 from ejonny/Add-autoreconf-to-fixup

Add autoreconf to fixup declaration of ibrdtn, ibrdtnd, and ibrdtn-tools
This commit is contained in:
sbyx
2014-08-25 18:51:48 +02:00
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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