Bug#676695: pkg-config data of lua packages -- how it should be fixed

2012-07-09 Thread Osamu Aoki
Hi, On Sun, Jul 08, 2012 at 08:42:56PM +0200, Enrico Tassi wrote: On Sun, Jul 08, 2012 at 10:34:53PM +0900, Osamu Aoki wrote: This is clearly regression of: lua5.1 (5.1.5-2): * Put in the pkg-config .pc file -DDEB_HOST_MULTIARCH so that including lua.h (and consequently

Bug#676695: pkg-config data of lua packages -- how it should be fixed

2012-07-09 Thread Enrico Tassi
On Tue, Jul 10, 2012 at 01:55:22AM +0900, Osamu Aoki wrote: Up to here, I am with you. I'm open to suggestions, but I _need_ to pass that -D option, since it is not just a matter of linking, it is also that the Lua rintime clients, including lua.h and the like, have to find where .so

Bug#676695: pkg-config data of lua packages -- how it should be fixed

2012-07-08 Thread Osamu Aoki
Hi, This makes other lua linking program to fail to build under wheezy. Bad. I will mark this important. I see the same problem using this -dev package. Specifically, you see problem under set -x as: $ gcc -c dump.c `pkg-config --cflags --libs lua5.1` ++ pkg-config --cflags --libs lua5.1 +

Bug#676695: pkg-config data of lua packages -- how it should be fixed

2012-07-08 Thread Enrico Tassi
On Sun, Jul 08, 2012 at 10:34:53PM +0900, Osamu Aoki wrote: This is clearly regression of: lua5.1 (5.1.5-2): * 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: