gnupg: fix dependency error concerning libcurl 2368/head
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 10 Feb 2016 17:27:08 +0000 (18:27 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 10 Feb 2016 18:19:56 +0000 (19:19 +0100)
libcurl is added as dependency for gnupg-util to avoid a dependency
error.

The following invalid configuration options are removed:
  --disable-ftp
  --enable-fake-curl

Fixes: 0a61d56eb3ab ("utils/gnupg: add new package gnupg-utils")
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
utils/gnupg/Makefile

index 65209bb986312883c6f33563a05026952d85ef6e..193a82040eaeece91940615fd171b8aa9e1cc0ac 100644 (file)
@@ -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 += \