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
#252
from ejonny/Fix-configure-args
ibrdtnd: Fix configure args
lilik-openwrt-22.03
sbyx
10 years ago
parent
288232110a
a20f608397
commit
52f5892565
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
net/ibrdtnd/Makefile
+ 5
- 1
net/ibrdtnd/Makefile
View File
@ -38,7 +38,11 @@ define Package/ibrdtnd/description
e
n
d
e
f
CONFIGURE_ARGS
+=
\
--with-tls --with-sqlite --with-dht --without-wifip2p --without-vmime
--with-tls
\
--with-sqlite
\
--without-wifip2p
\
--without-vmime
\
--disable-libdaemon
d
e
f
i
n
e
P
a
c
k
a
g
e
/
i
b
r
d
t
n
d
/
i
n
s
t
a
l
l
$(
INSTALL_DIR
)
$(
1
)
/usr/sbin/
Write
Preview
Loading…
Cancel
Save