Software /
code /
prosody
Changeset
7964:1023f2add7fe
configure: Fix Lua suffix in FreeBSD preset
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 07 Mar 2017 21:48:05 +0100 |
parents | 7962:4e9b307c30dd |
children | 7965:57f98394b830 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Mar 06 16:05:24 2017 +0100 +++ b/configure Tue Mar 07 21:48:05 2017 +0100 @@ -194,7 +194,7 @@ 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