From: Michael Tremer Date: Fri, 3 Sep 2010 11:59:11 +0000 (+0200) Subject: libxml2: 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=b06fbae10ed1c745a02c83ca54248aef9b70cffc;p=ipfire-3.x.git libxml2: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/libxml2/libxml2.nm b/pkgs/core/libxml2/libxml2.nm index ce4e012d9..4f38bb88b 100644 --- a/pkgs/core/libxml2/libxml2.nm +++ b/pkgs/core/libxml2/libxml2.nm @@ -34,7 +34,7 @@ PKG_URL = http://xmlsoft.org/ PKG_LICENSE = MIT PKG_SUMMARY = Library providing XML and HTML support. -PKG_DEPS += zlib +PKG_BUILD_DEPS+= zlib-devel define PKG_DESCRIPTION This library allows to manipulate XML files. It includes support \ @@ -49,3 +49,5 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz + +PKG_PACKAGES += $(PKG_NAME)-devel