diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-07-29 02:28:25 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-07-29 02:28:25 +0100 |
commit | 3bbe175244c77f6ffe40d856932c274ea7e58e97 (patch) | |
tree | d297759efe7397d10a00b7b941221a17f5701cd1 /configure | |
parent | 8615bb24a8d0e5f3ac45973c905f597ac1ccd58f (diff) | |
parent | f69692e11dd4d737257d4cabc0861ec0d301123e (diff) | |
download | prosody-3bbe175244c77f6ffe40d856932c274ea7e58e97.tar.gz prosody-3bbe175244c77f6ffe40d856932c274ea7e58e97.zip |
Merge with Zash
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" ] |