From fbe47cba997e4f2f2dbaa6af0583dbec2e5d130c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 2 Nov 2013 12:03:09 +0100 Subject: remove dependencies to libiconv,pkg-config and file. use pkgconf and libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation --- package/tntnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/tntnet') 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 -- cgit v1.2.3