Overview
Request 212590 accepted
- Select the C standard to be used with autoconf macros
instead of passing std=c99.
- Correct CPPFLAGS and CFLAGS
- Ensure config.h is always included, in 32 bit OS the library
was using both fopen() and fopen64() this will cause
problems with largefiles due to _FILE_OFFSET_BITS=64 beign
used inconsistenly.
- Patch name : libbluray-autotools.patch
Request History
elvigia created request
- Select the C standard to be used with autoconf macros
instead of passing std=c99.
- Correct CPPFLAGS and CFLAGS
- Ensure config.h is always included, in 32 bit OS the library
was using both fopen() and fopen64() this will cause
problems with largefiles due to _FILE_OFFSET_BITS=64 beign
used inconsistenly.
- Patch name : libbluray-autotools.patch
saschpe accepted request