From: <s-v...@us...> - 2013-12-21 20:36:40
|
Revision: 242 http://sourceforge.net/p/turnserver/code/242 Author: s-vincent Date: 2013-12-21 20:36:38 +0000 (Sat, 21 Dec 2013) Log Message: ----------- Adds again _SVID_SOURCE define. Modified Paths: -------------- trunk/src/Makefile.am Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2013-12-21 20:31:44 UTC (rev 241) +++ trunk/src/Makefile.am 2013-12-21 20:36:38 UTC (rev 242) @@ -1,4 +1,4 @@ -AM_CFLAGS = -std=c99 -Wall -Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic -fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -O2 +AM_CFLAGS = -std=c99 -Wall -Wextra -Werror -Wstrict-prototypes -Wredundant-decls -Wshadow -pedantic -fno-strict-aliasing -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_SVID_SOURCE -O2 if ENABLE_DEBUG_BUILD AM_CFLAGS += -g This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |