]> granicus.if.org Git - pdns/commit
Replace libdir usage with pkglibdir
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 1 Jun 2014 19:30:30 +0000 (21:30 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 1 Jun 2014 20:14:07 +0000 (22:14 +0200)
commit0949b8aec0f944a07c88355f0aee7279a76312c1
treef2f6c7fefc81bfd80ab506baaa9874fcd0d56068
parente9c2ad3a4a0c864d35a5f593800dfc04046075c0
Replace libdir usage with pkglibdir

pkglibdir is where package-only libs should go (plugins, etc.), but we
were using libdir for this. Users on multiarch systems really want to
override libdir, and they also don't want their multiarch libdir to end
up as an rpath.
27 files changed:
configure.ac
debian-pdns/rules
debian/config/pdns.conf
debian/rules
m4/pdns_with_mysql.m4
m4/pdns_with_postgresql.m4
modules/bindbackend/Makefile.am
modules/db2backend/Makefile.am
modules/geobackend/Makefile.am
modules/gmysqlbackend/Makefile.am
modules/goraclebackend/Makefile.am
modules/gpgsqlbackend/Makefile.am
modules/gsqlite3backend/Makefile.am
modules/ldapbackend/Makefile.am
modules/lmdbbackend/Makefile.am
modules/luabackend/Makefile.am
modules/mydnsbackend/Makefile.am
modules/opendbxbackend/Makefile.am
modules/oraclebackend/Makefile.am
modules/pipebackend/Makefile.am
modules/randombackend/Makefile.am
modules/remotebackend/Makefile.am
modules/tinydnsbackend/Makefile.am
pdns/Makefile.am
pdns/pdns.conf-dist
pdns/pdnssec.cc
pdns/receiver.cc