From bc371071b344ed87267e5f02f3200a95e4e72403 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 9 Jan 2007 14:26:10 +0000 Subject: [PATCH] fix atftp/atftpd dependencies, explicitly disable libwrap support SVN-Revision: 6045 --- net/atftp/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/net/atftp/Makefile b/net/atftp/Makefile index 03c2a811d..fc9eba300 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -20,6 +20,8 @@ TAR_OPTIONS += || true PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILDEP:=ncurses pcre readline + include $(INCLUDE_DIR)/package.mk define Package/atftp/Default @@ -31,13 +33,13 @@ endef define Package/atftp $(call Package/atftp/Default) - DEPENDS:=+libreadline +libpcre +libncurses + DEPENDS:=+libreadline +libncurses TITLE+= client endef define Package/atftpd $(call Package/atftp/Default) - DEPENDS:=+libreadline +libpcre +libpthread + DEPENDS:=+libpcre +libpthread TITLE+= server endef @@ -52,7 +54,11 @@ if [ $$? -ne 0 ]; then fi endef -# uses GNU configure +define Build/Configure + $(call Build/Configure/Default, \ + --disable-libwrap \ + ) +endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ -- 2.30.2