mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
This commit is contained in:
parent
dc0fa2ef1d
commit
2dcf1e1696
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -131,6 +131,8 @@ do
|
||||||
LUA_SUFFIX_SET=yes
|
LUA_SUFFIX_SET=yes
|
||||||
LUA_DIR=/usr/local
|
LUA_DIR=/usr/local
|
||||||
LUA_DIR_SET=yes
|
LUA_DIR_SET=yes
|
||||||
|
CC=cc
|
||||||
|
LD=ld
|
||||||
fi
|
fi
|
||||||
if [ "$OSTYPE" = "openbsd" ]; then
|
if [ "$OSTYPE" = "openbsd" ]; then
|
||||||
LUA_INCDIR="/usr/local/include";
|
LUA_INCDIR="/usr/local/include";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue