Jon Bonilla (Manwe) writes:
- Put in the pkg-config .pc file -DDEB_HOST_MULTIARCH so that including lua.h (and consequently luaconf.h) works fine even if one is not using debhelpers (Closes: #671286, LP: #977813)
yes, with 5.1.5-1,
$ pkg-config --cflags lua5.1 -I/usr/include/lua5.1
and with 5.1.5-2,
$ pkg-config --cflags lua5.1 -DDEB_HOST_MULTIARCH="x86_64-linux-gnu" -I/usr/include/lua5.1
that new -D causes the loop.
-- juha