diff --git a/configure b/configure index 50a0852..ed5911d 100755 --- a/configure +++ b/configure @@ -9,7 +9,7 @@ mkf=config.mk cflags='-std=c99' cppflags='' ext_cppflags='-DLUA_USE_POSIX -DLUA_USE_DLOPEN' -ldflags='-lm' +ldflags='-lm -Wl,-E' # optional libraries to build with support for; a dynamically # linked Lua 5.4 library may be supported here later optlibs='readline'