Merge 0.10->trunk
authorKim Alvefur <zash@zash.se>
Mon, 27 Apr 2015 00:03:14 +0200
changeset 6639 441f8cb0deec
parent 6636 832987170da8 (current diff)
parent 6638 ef88a6072228 (diff)
child 6650 0c363fddcdd9
Merge 0.10->trunk
--- a/configure	Sun Apr 26 00:07:36 2015 +0200
+++ b/configure	Mon Apr 27 00:03:14 2015 +0200
@@ -32,7 +32,7 @@
 
 --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 @@
         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";