mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Set runtime in debian preset to allow building without interperter installed
This commit is contained in:
parent
78dd613bca
commit
6dc4386c71
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -172,6 +172,10 @@ do
|
|||
LUA_SUFFIX="5.1";
|
||||
LUA_SUFFIX_SET=yes
|
||||
fi
|
||||
if [ "$RUNWITH_SET" != "yes" ]; then
|
||||
RUNWITH="lua$LUA_SUFFIX";
|
||||
RUNWITH_SET=yes
|
||||
fi
|
||||
LUA_INCDIR="/usr/include/lua$LUA_SUFFIX"
|
||||
LUA_INCDIR_SET=yes
|
||||
CFLAGS="$CFLAGS -ggdb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue