On 12/21/2015 08:07 PM, Clément Bœsch wrote:
On Mon, Dec 21, 2015 at 07:39:40PM +0100, Mats Peterson wrote:
The following configuration causes the FATE tests to fail (not so when using
a plain './configure' without anything else):
#!/bin/sh
PKG_CONFIG_PATH='/home/mats/lib/pkgconfig' \
On Mon, Dec 21, 2015 at 07:39:40PM +0100, Mats Peterson wrote:
> The following configuration causes the FATE tests to fail (not so when using
> a plain './configure' without anything else):
>
> #!/bin/sh
> PKG_CONFIG_PATH='/home/mats/lib/pkgconfig' \
> CPPFLAGS='-I/home/mats/include' \
>
The following configuration causes the FATE tests to fail (not so when
using a plain './configure' without anything else):
#!/bin/sh
PKG_CONFIG_PATH='/home/mats/lib/pkgconfig' \
CPPFLAGS='-I/home/mats/include' \
LDFLAGS='-L/home/mats/lib -Wl,-rpath,/home/mats/lib' \
./con