Browse Source

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

Add autoreconf to fixup declaration of ibrdtn, ibrdtnd, and ibrdtn-tools
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
77ecf3f3b0
3 changed files with 3 additions and 1 deletions
  1. +1
    -1
      libs/ibrdtn/Makefile
  2. +1
    -0
      net/ibrdtn-tools/Makefile
  3. +1
    -0
      net/ibrdtnd/Makefile

+ 1
- 1
libs/ibrdtn/Makefile 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


+ 1
- 0
net/ibrdtn-tools/Makefile 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


+ 1
- 0
net/ibrdtnd/Makefile 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


Loading…
Cancel
Save