Browse Source

lua: disable readline if package is not enabled or on stage 0

user/amery/next/uclibc
Alejandro Mery 13 years ago committed by Christian Wiese
parent
commit
c1a39bafc3
  1. 5
      lua/lua/lua.conf

5
lua/lua/lua.conf

@ -16,6 +16,11 @@
# we patch in autotools support
autogen=1
# packages support
if atstage toolchain || ! pkginstalled readline; then
var_append extraconfopt ' ' '--without-readline'
fi
# create missing directories
lua_postmake() {
for x in "$lualibdir" "$luadatadir"; do

Loading…
Cancel
Save