8
0

- avoid a conflict between apache's LARGEFILE64_SOURCE and perl's

FILE_OFFSET_BITS=64 because the conflict isn't real and causes
  the perl structures to be invalid if only the apache flags are used

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2011-05-26 15:22:14 +00:00
committed by Git OBS Bridge
parent d04fe47eed
commit eda10e5115
3 changed files with 23 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ Version: 2.0.5
Release: 1
Source0: http://perl.apache.org/dist/mod_perl-%{version}.tar.gz
Patch: %{name}-2.0.4-tests.diff
Patch1: nolfs.patch
#%define apache_test_version 1_99_15
# cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic up -r MODPERL_%{apache_test_version}
#Source1: Apache-Test-%{apache_test_version}.tar.bz2
@@ -107,6 +108,7 @@ software depending on apache2-mod_perl.
%prep
#%setup -q -n modperl-2.0 -a 1
%setup -q -n mod_perl-%{version}
%patch1 -p1
#%patch
find -name ".svn" -type d | xargs rm -rfv