From: Michael Tremer Date: Thu, 2 Sep 2010 23:33:55 +0000 (+0200) Subject: pcre: 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=d6eb00f6cd5af5cb089b392121ec024827640855;p=ipfire-3.x.git pcre: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/pcre/pcre.nm b/pkgs/core/pcre/pcre.nm index 416c73a88..0f81d45ca 100644 --- a/pkgs/core/pcre/pcre.nm +++ b/pkgs/core/pcre/pcre.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.pcre.org/ PKG_LICENSE = BSD PKG_SUMMARY = Perl-compatible regular expression library. -PKG_DEPS += bzip2 readline zlib +PKG_BUILD_DEPS+= bzip2-devel gcc-c++ readline-devel zlib-devel define PKG_DESCRIPTION Perl-compatible regular expression library. PCRE has its own native \ @@ -44,6 +44,8 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_PACKAGES += $(PKG_NAME)-devel + CONFIGURE_OPTIONS += \ --docdir=/usr/share/doc/pcre-$(PKG_VER) \ --enable-utf8 \