summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-05-20 13:16:52 +0000
committerChristian Pointner <equinox@anytun.org>2008-05-20 13:16:52 +0000
commit64fd1fe78ec19feb8350eb709e85901b5688ae28 (patch)
tree4edf0cf7c35687a55592e5297dabde4362b76c75 /src/Makefile
parentfixed bad default @ anyrtpproxy control-socket (diff)
bugfix with strerror_r - still not working but at least not using uninitialized data
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index eca9774..11b54e9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,8 +11,8 @@ LD = g++
LDFLAGS = -g -Wall -O2 -lpthread -lgcrypt -lgpg-error -lboost_serialization
ifeq ($(TARGET),Linux)
-# CFLAGS += -D_XOPEN_SOURCE=600
-# CCFLAGS += -D_XOPEN_SOURCE=600
+ CFLAGS += -D_XOPEN_SOURCE=600
+ CCFLAGS += -D_XOPEN_SOURCE=600
LDFLAGS += -ldl
endif
ifeq ($(TARGET),OpenBSD)