aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-09-26 23:42:46 +0200
committerKim Alvefur <zash@zash.se>2015-09-26 23:42:46 +0200
commit1ea718fb813a295219492f3a23d5f733bc71e5be (patch)
treed1e4c931e5284613db249ff7be0a60a854732db0 /configure
parent321cfea3f348b4dd902d8a444c800a288578fffc (diff)
downloadprosody-1ea718fb813a295219492f3a23d5f733bc71e5be.tar.gz
prosody-1ea718fb813a295219492f3a23d5f733bc71e5be.zip
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 53ee3757..6a2b57f5 100755
--- a/configure
+++ b/configure
@@ -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