]> granicus.if.org Git - pdns/commitdiff
fix botan path in semistatic build; remove ccache
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 7 Nov 2012 08:26:56 +0000 (08:26 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 7 Nov 2012 08:26:56 +0000 (08:26 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2858 d19b8d6e-7fed-0310-83ef-9ca221ded41b

debian-pdns/rules

index ff1d26ebaa9b4a10474cc6259db12ca4ee6f30a7..634dda5793f878ceee92f4eedfba25ab26a1531f 100755 (executable)
@@ -44,7 +44,7 @@ binary-doc:
 build-static stamp-build-static:
                ./configure \
                CXX=$(shell pwd)/build-scripts/semistaticg++ \
-               CC="ccache gcc" CPPFLAGS=-I/usr/local/include/botan-1.10 \
+               PKG_CONFIG_PATH=/opt/botan-1.10/lib/pkgconfig/ \
                --prefix=/usr \
                --libexecdir='$${prefix}/lib' \
                --libdir='$${prefix}/lib/powerdns' \