diff options
author | Nico <nico@openwrt.org> | 2016-02-11 13:03:22 +0100 |
---|---|---|
committer | Nico <nico@openwrt.org> | 2016-02-11 13:03:22 +0100 |
commit | ac633e9f3fd11a01fbdc86a001770fd749f48385 (patch) | |
tree | bc5556692043934fa2f376895f9322ee303f2dc2 /utils | |
parent | 5e9ab7e60530a2da433ece273fd7379be0b467f1 (diff) | |
parent | d708a54870e1290a614783953d43edbf784086d4 (diff) |
Merge pull request #2368 from xypron/gnupg
gnupg: fix dependency error concerning libcurl
Diffstat (limited to 'utils')
-rw-r--r-- | utils/gnupg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/gnupg/Makefile b/utils/gnupg/Makefile index 65209bb98..193a82040 100644 --- a/utils/gnupg/Makefile +++ b/utils/gnupg/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnupg PKG_VERSION:=1.4.20 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg \ @@ -39,7 +39,7 @@ endef define Package/gnupg-utils $(call Package/gnupg/Default) - DEPENDS:=gnupg + DEPENDS:=gnupg +libcurl TITLE:=Key management utilities for GnuPG endef @@ -67,9 +67,7 @@ CONFIGURE_ARGS += \ --disable-bzip2 \ --disable-ldap \ --disable-finger \ - --disable-ftp \ --disable-dns-srv \ - --enable-fake-curl \ --disable-regex \ MAKE_FLAGS += \ |