From: Michael Tremer Date: Tue, 29 Jun 2010 21:09:01 +0000 (+0200) Subject: pcre: Update to 8.10. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2997fa1356d297705bbee0cebef2de476d814ae7;p=ipfire-3.x.git pcre: Update to 8.10. --- diff --git a/pkgs/core/pcre/pcre.nm b/pkgs/core/pcre/pcre.nm index 4edc01d61..1d11895e5 100644 --- a/pkgs/core/pcre/pcre.nm +++ b/pkgs/core/pcre/pcre.nm @@ -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)