summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-05-13 19:42:57 +0000
committerChristian Pointner <equinox@anytun.org>2008-05-13 19:42:57 +0000
commit5ed2af680d89d8643530f5e9f26ccb832e6bad3e (patch)
treef857d9d74e00be8d56314a5ceeb05ad47c78cf6d /src/Makefile
parentfixed build on linux (diff)
added extra catch for std::runtime_error
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 8046245..eca9774 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,6 +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
LDFLAGS += -ldl
endif
ifeq ($(TARGET),OpenBSD)