From: Michael Tremer Date: Fri, 3 Sep 2010 18:03:54 +0000 (+0200) Subject: bind: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e698b32134d7ff94fcdb1ee1524c0ecf5373ebf8;p=ipfire-3.x.git bind: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/bind/bind.nm b/pkgs/core/bind/bind.nm index 1c3109ee2..b5ca8f3a5 100644 --- a/pkgs/core/bind/bind.nm +++ b/pkgs/core/bind/bind.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.isc.org/products/BIND/ PKG_LICENSE = Proprietary PKG_SUMMARY = BIND provides tools for the DNS. -PKG_DEPS += db openssl +PKG_BUILD_DEPS+= db-devel openssl-devel define PKG_DESCRIPTION BIND (Berkeley Internet Name Domain or named) is the most commonly used \ @@ -43,6 +43,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES = bind-utils + define STAGE_BUILD cd $(DIR_APP) && \ ./configure \