diff --git a/libs/ibrdtn/Makefile b/libs/ibrdtn/Makefile index 2c023f9ca..bd5448527 100644 --- a/libs/ibrdtn/Makefile +++ b/libs/ibrdtn/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth 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 index a649e10ad..f7dd3a804 100644 --- a/net/ibrdtn-tools/Makefile +++ b/net/ibrdtn-tools/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth 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 index a75dfff8e..eff86703e 100644 --- a/net/ibrdtnd/Makefile +++ b/net/ibrdtnd/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 PKG_INSTALL:=1 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk