aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-07-29 02:28:25 +0100
committerMatthew Wild <mwild1@gmail.com>2012-07-29 02:28:25 +0100
commit3bbe175244c77f6ffe40d856932c274ea7e58e97 (patch)
treed297759efe7397d10a00b7b941221a17f5701cd1 /configure
parent8615bb24a8d0e5f3ac45973c905f597ac1ccd58f (diff)
parentf69692e11dd4d737257d4cabc0861ec0d301123e (diff)
downloadprosody-3bbe175244c77f6ffe40d856932c274ea7e58e97.tar.gz
prosody-3bbe175244c77f6ffe40d856932c274ea7e58e97.zip
Merge with Zash
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index dd6af49c..209fdccb 100755
--- a/configure
+++ b/configure
@@ -96,6 +96,7 @@ do
LUA_SUFFIX_SET=yes
LUA_INCDIR=/usr/include/lua5.1;
LUA_INCDIR_SET=yes
+ CFLAGS="$CFLAGS -D_GNU_SOURCE"
fi
if [ "$OSTYPE" = "macosx" ]
then LUA_INCDIR=/usr/local/include;
@@ -110,6 +111,7 @@ do
LUA_LIBDIR=/usr/local/lib
LUA_LIBDIR_SET=yes
CFLAGS="-Wall -fPIC"
+ CFLAGS="$CFLAGS -D_GNU_SOURCE"
LDFLAGS="-shared"
fi
if [ "$OSTYPE" = "freebsd" -o "$OSTYPE" = "openbsd" ]