diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:59:28 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:59:28 +0000 |
commit | 83492949889032e73dee35facb246feae8cc807c (patch) | |
tree | 13c2f28e28997f92fb3376e07c9da4975e44a9c2 | |
parent | c26a933765959c070785c3ce73c04f984cd566c5 (diff) | |
download | prosody-83492949889032e73dee35facb246feae8cc807c.tar.gz prosody-83492949889032e73dee35facb246feae8cc807c.zip |
Fix macosx ostype target
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,7 +122,9 @@ then fi if [ "$OSTYPE" = "macosx" ] then LUA_INCDIR=/usr/local/include; + LUA_INCDIR_SET=yes LUA_LIBDIR=/usr/local/lib + LUA_LIBDIR_SET=yes CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" fi fi |