This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
638c29ea9c
aa9fb41b2a
commit
77ecf3f3b0
3 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/ibrdtn/Makefile
+1
-0
net/ibrdtn-tools/Makefile
+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
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 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
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 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
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
Write
Preview
Loading…
Cancel
Save