mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!)
This commit is contained in:
parent
0dbf22f2ba
commit
8752ffbad4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue