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

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 26 15:19:55 UTC 2011 - coolo@novell.com
- 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
-------------------------------------------------------------------
Wed May 18 13:50:41 UTC 2011 - coolo@novell.com