]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pcre: Update to 8.10.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Jun 2010 21:09:01 +0000 (23:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Jun 2010 21:09:01 +0000 (23:09 +0200)
pkgs/core/pcre/pcre.nm

index 4edc01d616f57e512fa049857215ff8a87a224df..1d11895e5eb9f789ae4a4a4f5cf92d41714fdd2f 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = pcre
-PKG_VER        = 7.9
+PKG_VER        = 8.10
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -44,16 +44,13 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
-CONFIGURE_OPTIONS += --docdir=/usr/share/doc/pcre-$(PKG_VER) \
+CONFIGURE_OPTIONS += \
+       --docdir=/usr/share/doc/pcre-$(PKG_VER) \
        --enable-utf8 \
        --enable-pcregrep-libz \
        --enable-pcregrep-libbz2 \
        --enable-unicode-properties
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define STAGE_INSTALL
        cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT)