From 81d5c2609c2a9f2c9970ccb0d8ec529137b68b9d00acd402fe380a3d219f5a11 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Sun, 9 Jun 2013 13:45:47 +0000 Subject: [PATCH] Accepting request 178232 from home:elvigia:branches:Base:System - Ensure the PCRE library and tools are built with large file support in 32 bit archs. OBS-URL: https://build.opensuse.org/request/show/178232 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=49 --- pcre-8.32-visibility.patch | 21 ++++++++++++++------- pcre.changes | 6 ++++++ pcre.spec | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/pcre-8.32-visibility.patch b/pcre-8.32-visibility.patch index 1a16302..1b36664 100644 --- a/pcre-8.32-visibility.patch +++ b/pcre-8.32-visibility.patch @@ -5,11 +5,8 @@ Subject: [PATCH] build: Use GCC visibility to hide private symbols http://bugs.exim.org/show_bug.cgi?id=1173 -- -diff --git a/m4/visibility.m4 b/m4/visibility.m4 -new file mode 100644 -index 0000000..07fccee --- /dev/null -+++ b/m4/visibility.m4 ++++ pcre-8.32/m4/visibility.m4 @@ -0,0 +1,89 @@ +# visibility.m4 serial 4 (gettext-0.18.2) +dnl Copyright (C) 2005, 2008, 2010-2011 Free Software Foundation, Inc. @@ -100,6 +97,16 @@ index 0000000..07fccee + AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY], + [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.]) +]) --- -1.7.12.503.g5976753.dirty - +--- pcre-8.32.orig/configure.ac ++++ pcre-8.32/configure.ac +@@ -46,7 +46,9 @@ AC_CONFIG_MACRO_DIR([m4]) + remember_set_CFLAGS="$CFLAGS" + remember_set_CXXFLAGS="$CXXFLAGS" + +-AC_PROG_CC ++AC_PROG_CC_STDC ++AC_USE_SYSTEM_EXTENSIONS ++AC_SYS_LARGEFILE + AC_PROG_CXX + AM_PROG_CC_C_O + diff --git a/pcre.changes b/pcre.changes index 3d1d61c..8f1402c 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 8 20:16:10 UTC 2013 - crrodriguez@opensuse.org + +- Ensure the PCRE library and tools are built with large file + support in 32 bit archs. + ------------------------------------------------------------------- Sun Jan 6 15:40:59 UTC 2013 - p.drouand@gmail.com diff --git a/pcre.spec b/pcre.spec index f2539c4..bc358af 100644 --- a/pcre.spec +++ b/pcre.spec @@ -159,7 +159,7 @@ autoreconf -fiv --enable-pcre16 \ --enable-utf8 \ --enable-unicode-properties -%{__make} %{?_smp_mflags} +%{__make} %{?_smp_mflags} V=1 %install %makeinstall