git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2882321
)
ibrdtnd: Fix configure args
author
Johannes Morgenroth
<redacted>
Tue, 26 Aug 2014 13:19:08 +0000
(15:19 +0200)
committer
Johannes Morgenroth
<redacted>
Tue, 26 Aug 2014 13:19:08 +0000
(15:19 +0200)
The option --disable-libdaemon was missing and --with-dht is invalid.
Signed-off-by: Johannes Morgenroth <redacted>
net/ibrdtnd/Makefile
patch
|
blob
|
history
diff --git
a/net/ibrdtnd/Makefile
b/net/ibrdtnd/Makefile
index eff86703e9740d5399cca91d5f28703dd4a42de5..c6281a7b6661313c0414bfca72eb3c6602022145 100644
(file)
--- a/
net/ibrdtnd/Makefile
+++ b/
net/ibrdtnd/Makefile
@@
-38,7
+38,11
@@
define Package/ibrdtnd/description
endef
CONFIGURE_ARGS += \
- --with-tls --with-sqlite --with-dht --without-wifip2p --without-vmime
+ --with-tls \
+ --with-sqlite \
+ --without-wifip2p \
+ --without-vmime \
+ --disable-libdaemon
define Package/ibrdtnd/install
$(INSTALL_DIR) $(1)/usr/sbin/
git clone https://git.99rst.org/PROJECT