]> git.ipfire.org Git - thirdparty/pdns.git/commit
Replace PolarSSL-conditionals in Makefile.am and trust the include dirs 825/head
authorTiziano Müller <tm@dev-zero.ch>
Mon, 20 May 2013 13:43:05 +0000 (15:43 +0200)
committerTiziano Müller <tm@dev-zero.ch>
Mon, 22 Jul 2013 10:34:27 +0000 (12:34 +0200)
commitcc8915f355b261702d392b22e5f40e3a5129fdc5
treea34ea5e04145b4735468dd473c674e5a8a2828ab
parent077b1aeae5f3adc5b206b063eec28f18122c275e
Replace PolarSSL-conditionals in Makefile.am and trust the include dirs

Different ways of using the bundled PolarSSL have been used (-L.. vs
if/then/else). Replace this by defining POLARSSL_CFLAGS/_LIBS/_SUBDIR in
configure.ac and use that in all makefiles. Remove includes based on the
preprocessor HAVE_LIBPOLARSSL definition and trust the CFLAGS set in the
environment to point to the correct directory for the PolarSSL include.
configure.ac
modules/remotebackend/Makefile.am
pdns/Makefile.am
pdns/backends/bind/Makefile.am
pdns/dnssecinfra.cc
pdns/md5.hh
pdns/polarrsakeyinfra.cc