mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Fix Lua suffix in FreeBSD preset
This commit is contained in:
parent
66618bf09c
commit
5ca8621ef4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue