]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pcre/pcre.nm
pcre: Update to 8.35.
[people/ms/ipfire-3.x.git] / pcre / pcre.nm
index 53e27eb31c9850d6176f607f25eca9decabe32ba..506d8275475dabb84e0f50487f336343f407cca1 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = pcre
-version    = 8.33
+version    = 8.35
 release    = 1
 
 compat_version = 8.21
@@ -34,11 +34,13 @@ build
        configure_options += \
                --disable-static \
                --docdir=/usr/share/doc/pcre-%{version} \
-               --enable-utf8 \
                --enable-jit \
-               --enable-pcregrep-libz \
-               --enable-pcregrep-libbz2 \
-               --enable-unicode-properties
+               --enable-pcre8 \
+               --enable-pcre16 \
+               --enable-pcre32 \
+               --enable-utf \
+               --enable-unicode-properties \
+               --enable-pcretest-libreadline
 
        build_cmds
                cd %{DIR_SRC}/%{name}-%{compat_version}