# HG changeset patch # User Kim Alvefur # Date 1471615536 -7200 # Node ID a53ae6c998cf0ef47b3719f90876c9eb888b99f8 # Parent 940603e99032d1a9971278f9e2b03172e3af28e9 configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian diff -r 940603e99032 -r a53ae6c998cf configure --- a/configure Fri Aug 19 16:03:10 2016 +0200 +++ b/configure Fri Aug 19 16:05:36 2016 +0200 @@ -128,8 +128,7 @@ 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"