[Pdns-users] CFLAGS= and configure

2012-11-23 Thread Leo Baltus
Hi, I cant's seem to compile pdns-3.1 with botan without hacking my way through. It first I tried PKG_CONFIG_PATH=/bar/Botan-1.10.3/lib/pkgconfig/ ./configure ... --enable-botan1.10 which did not seem to pick up the /bar/Botan-1.10.3/include//botan-1.10 directory After that I tried CFLAGS C

[Pdns-users] [PATCH] configure --with-mysql=

2012-11-23 Thread Leo Baltus
Hi, ./configure --with-mysql=/foo supports /foo/lib/mysql, /foo/lib and /foo/include/mysql however it lacks support for /foo/include So we always had to specify --with-mysql-includes=/foo/include, which seems redundant. Attached patch fixes this in configure.ac so --with-mysql=/foo would suffic