diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-02 12:03:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-02 12:03:09 +0100 |
commit | fbe47cba997e4f2f2dbaa6af0583dbec2e5d130c (patch) | |
tree | 63aa5fb4d8c8ad7e63aeaad50e5701a2918dbedd /package/gnupg/Makefile | |
parent | 216fc3f63dcf07f5bc644165ce1965d733330de0 (diff) |
remove dependencies to libiconv,pkg-config and file. use pkgconf and libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
Diffstat (limited to 'package/gnupg/Makefile')
-rw-r--r-- | package/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gnupg/Makefile b/package/gnupg/Makefile index a42cd6567..1b7fff853 100644 --- a/package/gnupg/Makefile +++ b/package/gnupg/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 991faf66d3352ac1452acc393c430b23 PKG_DESCR:= Gnu Privacy Guard PKG_SECTION:= crypto -PKG_DEPENDS:= libreadline libiconv -PKG_BUILDDEP:= readline libiconv +PKG_DEPENDS:= libreadline +PKG_BUILDDEP:= readline libiconv-tiny PKG_URL:= http://www.gnupg.org/ PKG_SITES:= ftp://ftp.gnupg.org/gcrypt/gnupg/ |