Re: [Bacula-devel] [PATCH] Making pkg-config cross-compile safe.

2018-04-01 Thread Kern Sibbald
Hello Sven Thanks for your patches.  The first two look fine, but there is a problem with the third patch for configure.  The problem is that if anyone builds starting from scratch from source, configure will be overwritten when "make configure" is called.  This is

Re: [Bacula-devel] [PATCH] Making pkg-config cross-compile safe.

2018-04-01 Thread Sven Hartge
On 01.04.2018 09:06, Kern Sibbald wrote: > Thanks for your patches.  The first two look fine, but there is a > problem with the third patch for configure.  The problem is that if > anyone builds starting from scratch from source, configure will be > overwritten when "make configure" is called.  Th