diff options
author | Jan S <jan.schreib@gmail.com> | 2020-02-01 20:19:07 +0100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2020-02-02 20:13:31 +1100 |
commit | 7c70a3208dcab7a9e568ede2a30b870ce0d96a20 (patch) | |
tree | 8690423c55b151d814acfc387327c77df37593a0 /configure | |
parent | cf26233de5d21cac1893390c2f1a1791e574f79a (diff) | |
download | luarocks-7c70a3208dcab7a9e568ede2a30b870ce0d96a20.tar.gz luarocks-7c70a3208dcab7a9e568ede2a30b870ce0d96a20.tar.bz2 luarocks-7c70a3208dcab7a9e568ede2a30b870ce0d96a20.zip |
Add OpenBSD specific dependency paths.
This commit enables luarocks to be configured and build on OpenBSD.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -433,6 +433,7 @@ check_incdir() { | |||
433 | for lua_h in \ | 433 | for lua_h in \ |
434 | "$incdir/lua/$LUA_VERSION/lua.h" \ | 434 | "$incdir/lua/$LUA_VERSION/lua.h" \ |
435 | "$incdir/lua$LUA_VERSION/lua.h" \ | 435 | "$incdir/lua$LUA_VERSION/lua.h" \ |
436 | "$incdir/lua-$LUA_VERSION/lua.h" \ | ||
436 | "$incdir/lua$(echo "$LUA_VERSION" | tr -d .)/lua.h" \ | 437 | "$incdir/lua$(echo "$LUA_VERSION" | tr -d .)/lua.h" \ |
437 | "$incdir/lua.h" \ | 438 | "$incdir/lua.h" \ |
438 | $("$LUA_BINDIR/$LUA_INTERPRETER" -e 'print(jit and [['"$incdir"'/luajit-]]..jit.version:match("(%d+%.%d+)")..[[/lua.h]] or "")') | 439 | $("$LUA_BINDIR/$LUA_INTERPRETER" -e 'print(jit and [['"$incdir"'/luajit-]]..jit.version:match("(%d+%.%d+)")..[[/lua.h]] or "")') |