diff options
author | Kim Alvefur <zash@zash.se> | 2015-09-26 23:42:46 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-09-26 23:42:46 +0200 |
commit | 9234cc7541ff4a627657bcacd8e04a10fc68e13e (patch) | |
tree | d1e4c931e5284613db249ff7be0a60a854732db0 /configure | |
parent | d23458ef67f8faea068ac5fac7b19143c2ce6ce6 (diff) | |
download | prosody-9234cc7541ff4a627657bcacd8e04a10fc68e13e.tar.gz prosody-9234cc7541ff4a627657bcacd8e04a10fc68e13e.zip |
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -112,6 +112,7 @@ do LUA_INCDIR_SET=yes LUA_LIBDIR=/usr/local/lib LUA_LIBDIR_SET=yes + CFLAGS="$CFLAGS -mmacosx-version-min=10.3" LDFLAGS="-bundle -undefined dynamic_lookup" fi if [ "$OSTYPE" = "linux" ]; then |