diff options
author | Kim Alvefur <zash@zash.se> | 2013-03-31 20:04:09 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-03-31 20:04:09 +0200 |
commit | 98094b51f3d4e03657ef05e410eace7e5e8c8fa5 (patch) | |
tree | 348980c72f4fa14356a3d30e6118b3825e270f59 | |
parent | dd547798781dcf123ba4266199f3a2f54671755a (diff) | |
download | prosody-98094b51f3d4e03657ef05e410eace7e5e8c8fa5.tar.gz prosody-98094b51f3d4e03657ef05e410eace7e5e8c8fa5.zip |
configure: Set to run with lua5.1 in the debian preset
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |