]> git.pld-linux.org Git - packages/crossmingw32-pcre.git/commitdiff
- updated to 7.8 (fixes CVE-2008-2371)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Sep 2008 20:29:30 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added filterout_ld hack for -Wl,-z, options in rpmldflags

Changed files:
    crossmingw32-pcre.spec -> 1.30

crossmingw32-pcre.spec

index 6a320e34e25d18e131f9efbfc900407525d4a8cb..7f88c8fa4aaed0a9069cd366650e01c66e2398f2 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Perl-Compatible Regular Expression library - Mingw32 cross version
 Summary(pl.UTF-8):     Biblioteka perlowych wyrażeń regularnych - wersja skrośna dla Mingw32
 Name:          crossmingw32-%{realname}
-Version:       7.7
+Version:       7.8
 Release:       1
 License:       BSD (see LICENCE)
 Group:         Development/Libraries
 Source0:       ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{realname}-%{version}.tar.bz2
-# Source0-md5: 4b2e9cde1f7227448dddba59843efa0b
+# Source0-md5: 141132d6af14dccc7b08fa797e4fd441
 URL:           http://www.pcre.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -30,9 +30,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                __cc            %{target}-gcc
 %define                __cxx           %{target}-g++
 
-%ifarch alpha sparc sparc64 sparcv9
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %define                optflags        -O2
 %endif
+# -z options are invalid for mingw linker
+%define                filterout_ld    -Wl,-z,.*
 
 %description
 PCRE stands for the Perl Compatible Regular Expression library. It
This page took 0.041218 seconds and 4 git commands to generate.