diff options
author | Kim Alvefur <zash@zash.se> | 2015-04-27 00:03:14 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-04-27 00:03:14 +0200 |
commit | 86867275492107937cea9b5887de077679bc751d (patch) | |
tree | 505b848be10efd4cdb0528f043078c23750982ef /configure | |
parent | 43702241ec9a8bf74a23c63b5ee2fd6edd49cbe3 (diff) | |
parent | 2dcf1e16965cf7fc6cf2c097dae4f20f3d864792 (diff) | |
download | prosody-86867275492107937cea9b5887de077679bc751d.tar.gz prosody-86867275492107937cea9b5887de077679bc751d.zip |
Merge 0.10->trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,7 @@ Configure Prosody prior to building. --help This help. --ostype=OS Use one of the OS presets. - May be one of: debian, macosx, linux, freebsd + May be one of: debian, macosx, linux, freebsd, openbsd --prefix=DIR Prefix where Prosody should be installed. Default is $PREFIX --sysconfdir=DIR Location where the config file should be installed. @@ -131,6 +131,8 @@ do LUA_SUFFIX_SET=yes LUA_DIR=/usr/local LUA_DIR_SET=yes + CC=cc + LD=ld fi if [ "$OSTYPE" = "openbsd" ]; then LUA_INCDIR="/usr/local/include"; |