mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Set to run with lua5.1 in the debian preset
This commit is contained in:
parent
3e788bfa6e
commit
870e087fd7
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -95,6 +95,7 @@ do
|
|||
if [ "$OSTYPE" = "debian" ]
|
||||
then LUA_SUFFIX="5.1";
|
||||
LUA_SUFFIX_SET=yes
|
||||
RUNWITH="lua5.1"
|
||||
LUA_INCDIR=/usr/include/lua5.1;
|
||||
LUA_INCDIR_SET=yes
|
||||
CFLAGS="$CFLAGS -D_GNU_SOURCE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue