mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian
This commit is contained in:
parent
5cc3f59002
commit
391804712c
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -128,8 +128,7 @@ do
|
|||
LUA_INCDIR_SET=yes
|
||||
LUA_LIBDIR=/usr/local/lib
|
||||
LUA_LIBDIR_SET=yes
|
||||
CFLAGS="-Wall -fPIC -D_GNU_SOURCE"
|
||||
LDFLAGS="-shared"
|
||||
CFLAGS="$CFLAGS -ggdb -D_GNU_SOURCE"
|
||||
fi
|
||||
if [ "$OSTYPE" = "freebsd" -o "$OSTYPE" = "openbsd" ]; then
|
||||
LUA_INCDIR="/usr/local/include/lua51"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue