Browse Source

lua-posix: fixed to properly find extracted gnulib sources

user/chris/wip/linux37
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
89cf8d4403
  1. 2
      lua/lua-posix/lua-posix.conf

2
lua/lua-posix/lua-posix.conf

@ -24,7 +24,7 @@ hook_add preconf 1 'untar_gnulib_snapshot'
# before being able to run configure we need to run the marvelous gnulib
# bootstrap script
hook_add preconf 9 './bootstrap'
hook_add preconf 9 './bootstrap --gnulib-srcdir=./gnulib'
# make sure modules end up in the right locations
libdir=$lualibdir

Loading…
Cancel
Save