]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pcre: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:55 +0000 (01:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:55 +0000 (01:33 +0200)
pkgs/core/pcre/pcre.nm

index 416c73a886f5ae526b025385c17bae46ddfd0d42..0f81d45ca9925bc776ccf1af7c572e2fc30cf0f1 100644 (file)
@@ -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 \