[libbluray-devel] Set POSIX_C_SOURCE to 200112
hpi1
git at videolan.org
Thu Dec 20 10:48:41 CET 2012
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Dec 12 13:15:55 2012 +0200| [f6f8a4041f70bc184324d81b0d9686e58bca3538] | committer: hpi1
Set POSIX_C_SOURCE to 200112
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=f6f8a4041f70bc184324d81b0d9686e58bca3538
---
src/Makefile.am | 2 +-
src/examples/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 5afebc7..88660d3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ LIB_VERSION_INFO="@LT_VERSION_INFO@"
SUBDIRS= . examples
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200809L -D_REENTRANT
+SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
SET_WARNINGS = @SET_WARNINGS@
SET_OPTIMIZATIONS = @SET_OPTIMIZATIONS@
SET_DEBUG_OPTS = @SET_DEBUG_OPTS@
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 274be1a..1c49976 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -1,4 +1,4 @@
-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200809L -D_REENTRANT
+SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT
SET_WARNINGS = @SET_WARNINGS@
SET_OPTIMIZATIONS = @SET_OPTIMIZATIONS@
SET_DEBUG_OPTS = @SET_DEBUG_OPTS@
More information about the libbluray-devel
mailing list