commit 77ecf3f3b057414dcb3aa29ffa355d5960237d22
parent 638c29ea9c67414d443af9ebbadc7b5fe752cd5a
Author: sbyx <steven@midlink.org>
Date: Mon, 25 Aug 2014 18:51:48 +0200
Merge pull request #247 from ejonny/Add-autoreconf-to-fixup
Add autoreconf to fixup declaration of ibrdtn, ibrdtnd, and ibrdtn-tools
Diffstat:
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/libs/ibrdtn/Makefile b/libs/ibrdtn/Makefile
@@ -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
diff --git a/net/ibrdtn-tools/Makefile b/net/ibrdtn-tools/Makefile
@@ -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
diff --git a/net/ibrdtnd/Makefile b/net/ibrdtnd/Makefile
@@ -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