[sr-dev] git:master: pkd/deb Remove lua and Add redis to wheezy build

Juha Heinanen jh at tutpro.com
Tue Jun 5 21:56:28 CEST 2012


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




More information about the sr-dev mailing list