Browse Source

lua-posix: fixed to properly find extracted gnulib sources

user/chris/wip/linux37
Christian Wiese 11 years ago
committed by Christian Wiese
parent
commit
89cf8d4403
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lua/lua-posix/lua-posix.conf

+ 1
- 1
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