diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-07 21:48:05 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-07 21:48:05 +0100 |
commit | 5ca8621ef4c3220607ed80f8fc3f822b881e8a71 (patch) | |
tree | 32a2e6c1c807b1f386890e89bc751e1947908387 /configure | |
parent | 66618bf09cc664d9375bf41174297714782b4346 (diff) | |
download | prosody-5ca8621ef4c3220607ed80f8fc3f822b881e8a71.tar.gz prosody-5ca8621ef4c3220607ed80f8fc3f822b881e8a71.zip |
configure: Fix Lua suffix in FreeBSD preset
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ do LUA_INCDIR_SET=yes CFLAGS="-Wall -fPIC -I/usr/local/include" LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared" - LUA_SUFFIX="-5.1" + LUA_SUFFIX="51" LUA_SUFFIX_SET=yes LUA_DIR=/usr/local LUA_DIR_SET=yes |