Bug#671286: LUA_CPATH_DEFAULT broken when not building with debhelper

2012-05-03 Thread Enrico Tassi
On Wed, May 02, 2012 at 08:23:14PM -0400, Evan Wies wrote: > The DEB_HOST_MULTIARCH is only set during the Debian build process, > or manually through the preprocessor. Since Lua packages are built > with debhelper, they include a well-formed LUA_CPATH_DEFAULT. > > However, this change breaks the

Bug#671286: LUA_CPATH_DEFAULT broken when not building with debhelper

2012-05-02 Thread Evan Wies
Package: lua5.1 Version: 5.1.4-6 Changeset 5.1.4-6)which introduced DEB_HOST_MULTIARCH for the LUA_CPATH_DEFAULT in luaconf.h, like so: #define LUA_CDIR2 LUA_ROOT2 "lib/" DEB_HOST_MULTIARCH "/lua/5.1/" ... #define LUA_CPATH_DEFAULT \ "./?.so;" LUA_CDIR"?.so;" LUA_CDIR2"?.so;" LUA_CDIR3"