diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:30:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:30:51 +0200 |
commit | 53a04c2cc20d7fc34a6d772571b41e37c432e22b (patch) | |
tree | 34daba79a0ccf571bd19ee8420a274d55b167ece /package/bind/Makefile | |
parent | 0e5494c148d3385fb7d5e463b0aaa5448dcd825d (diff) |
remove PKG_NEED_CXX
Diffstat (limited to 'package/bind/Makefile')
-rw-r--r-- | package/bind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile index c9dafb891..1cedc9b5b 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -9,11 +9,10 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= 207477c4cf95f2db5be0ded8a22669e0 PKG_DESCR:= popular DNS server PKG_SECTION:= dns -PKG_DEPENDS:= libopenssl libbind libxml2 +PKG_DEPENDS:= libopenssl libbind libxml2 libstdcxx PKG_BUILDDEP:= openssl libxml2 PKG_URL:= https://www.isc.org/software/bind/ PKG_SITES:= ftp://ftp.isc.org/isc/bind9/${PKG_VERSION}/ -PKG_NEED_CXX:= 1 PKG_LIBNAME:= libbind PKG_OPTS:= dev |