diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-07-13 01:16:15 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-07-13 01:16:15 +0100 |
commit | 8752ffbad47a23d663c1259dab74d7e85af1bd39 (patch) | |
tree | 2e2996b51498894b60284a64d4cbdf1684d62f9d | |
parent | 0dbf22f2ba15f471061d1be7fea65197eea4eccc (diff) | |
download | prosody-8752ffbad47a23d663c1259dab74d7e85af1bd39.tar.gz prosody-8752ffbad47a23d663c1259dab74d7e85af1bd39.zip |
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!)
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ then then LUA_INCDIR="/usr/local/include/lua51" LUA_INCDIR_SET=yes CFLAGS="-Wall -fPIC -I/usr/local/include" - LDFLAGS="-I/usr/local/include -shared" + LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared" LUA_SUFFIX="-5.1" LUA_SUFFIX_SET=yes LUA_DIR=/usr/local |