From: nico Date: Tue, 9 Jan 2007 14:26:10 +0000 (+0000) Subject: fix atftp/atftpd dependencies, explicitly disable libwrap support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0d65b9bccbf947b201175626e7bd87048671a8a2;p=packages.git fix atftp/atftpd dependencies, explicitly disable libwrap support git-svn-id: svn://svn.openwrt.org/openwrt/packages@6045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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) \