diff options
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 |