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/base-files/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/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 6bad9bf9b..5c5329a9a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,6 +9,7 @@ PKG_VERSION:= 1.0 PKG_RELEASE:= 61 PKG_SECTION:= base PKG_DESCR:= basic files and scripts +PKG_BUILDDEP:= pkgconf-host file-host WRKDIST= ${WRKDIR}/base-files NO_DISTFILES:= 1 |