[Xapian-tickets] [Xapian] #581: xapian-bindings ./configure does not respect the LUA_LIB environment variable
Xapian
nobody at xapian.org
Sat Dec 17 19:06:06 GMT 2011
#581: xapian-bindings ./configure does not respect the LUA_LIB environment
variable
-----------------------------------+----------------------------------------
Reporter: blueness | Owner: sabrina
Type: defect | Status: new
Priority: normal | Milestone:
Component: Xapian-bindings (Lua) | Version: 1.2.8
Severity: normal | Keywords:
Blockedby: | Platform: All
Blocking: |
-----------------------------------+----------------------------------------
When building ./configure --with-lua, the environment variable LUA_LIB is
supposed to set the "Directory to install xapian.so into". However the
configuration script simply sets
LUA_LIB=`$LUA -e 'require("package") print(package.cpath)' | cut -f 2 -d
';' | cut -f 1 -d '?'`
whatever that works out to be on the build system. This can be fixed by
patch configure.ac to treat LUA_LIB similar to say PERL_LIB.
I hit this in 1.2.8 but I suspect it affects previous versions.
--
Ticket URL: <http://trac.xapian.org/ticket/581>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list