summaryrefslogtreecommitdiff
path: root/package/tntnet
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-02 12:03:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-02 12:03:09 +0100
commitfbe47cba997e4f2f2dbaa6af0583dbec2e5d130c (patch)
tree63aa5fb4d8c8ad7e63aeaad50e5701a2918dbedd /package/tntnet
parent216fc3f63dcf07f5bc644165ce1965d733330de0 (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/tntnet')
-rw-r--r--package/tntnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tntnet/Makefile b/package/tntnet/Makefile
index a7237bbc1..923f350dc 100644
--- a/package/tntnet/Makefile
+++ b/package/tntnet/Makefile
@@ -9,8 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= a9c85aa6d624f7f88c48374f28730242
PKG_DESCR:= small C++ application server
PKG_SECTION:= www
-PKG_DEPENDS:= cxxtools zlib libiconv libpthread
-PKG_BUILDDEP:= cxxtools zlib libiconv
+PKG_DEPENDS:= cxxtools zlib libpthread
+PKG_BUILDDEP:= cxxtools zlib libiconv-tiny
PKG_URL:= http://www.tntnet.org/
PKG_SITES:= http://www.tntnet.org/download/
PKG_NEED_CXX:= 1