Browse Source

Merge pull request #252 from ejonny/Fix-configure-args

ibrdtnd: Fix configure args
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
52f5892565
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      net/ibrdtnd/Makefile

+ 5
- 1
net/ibrdtnd/Makefile View File

@ -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/


Loading…
Cancel
Save