rpcbind: disable libwrap explicitly if it's not enabled to avoid linking against it
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
4c99cab7d3
commit
a87f450c67
1 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=rpcbind
|
||||
PKG_VERSION:=0.2.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=@SF/rpcbind
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
@ -58,6 +58,8 @@ CONFIGURE_ARGS += \
|
|||
|
||||
ifeq ($(CONFIG_RPCBIND_LIBWRAP),y)
|
||||
CONFIGURE_ARGS += --enable-libwrap
|
||||
else
|
||||
CONFIGURE_ARGS += --disable-libwrap
|
||||
endif
|
||||
ifeq ($(CONFIG_RPCBIND_WARMSTARTS),y)
|
||||
CONFIGURE_ARGS += --enable-warmstarts
|
||||
|
|
Loading…
Reference in a new issue