summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-12-14 21:09:17 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-12-14 21:09:17 +0000
commit7029e8fdd11d7f128fae0b9fd0b501624293fad8 (patch)
treebd647cf2f21d36e10980d1c87a5698cec48dbd5d /Makefile
parent04ab19aef5b4eb28933f5cc869082884a3f4dcee (diff)
Solaris compat fixes
Reported by: snuffy Patch by: snuffy,tilghman (Closes issue #11315) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82284d45f..fd25fd9f1 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ endif
# Some build systems, such as the one in openwrt, like to pass custom target
# CFLAGS and LDFLAGS in the COPTS and LDOPTS variables.
-ASTCFLAGS+=$(COPTS)
+ASTCFLAGS+=$(COPTS) -D_XPG4_2
ASTLDFLAGS+=$(LDOPTS)
#Uncomment this to see all build commands instead of 'quiet' output