diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2013-12-19 16:34:57 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2013-12-19 16:34:57 +0000 |
commit | 374007afe515574adcde6847061ae04d1978de24 (patch) | |
tree | 956e4dbc117b82e5f5f02b465064c8de0be0e329 /net-dns/pdns/files/pdns-3.3.1-fix-curl-link.patch | |
parent | update metadata.xml (diff) | |
download | gentoo-2-374007afe515574adcde6847061ae04d1978de24.tar.gz gentoo-2-374007afe515574adcde6847061ae04d1978de24.tar.bz2 gentoo-2-374007afe515574adcde6847061ae04d1978de24.zip |
version bump fix #494634, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'net-dns/pdns/files/pdns-3.3.1-fix-curl-link.patch')
-rw-r--r-- | net-dns/pdns/files/pdns-3.3.1-fix-curl-link.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/pdns/files/pdns-3.3.1-fix-curl-link.patch b/net-dns/pdns/files/pdns-3.3.1-fix-curl-link.patch new file mode 100644 index 000000000000..5ab2889ee853 --- /dev/null +++ b/net-dns/pdns/files/pdns-3.3.1-fix-curl-link.patch @@ -0,0 +1,11 @@ +--- a/modules/remotebackend/Makefile.am 2013-12-10 11:45:24.487559267 +0100 ++++ b/modules/remotebackend/Makefile.am 2013-12-10 11:45:48.887215368 +0100 +@@ -16,7 +16,7 @@ + libremotebackend_la_SOURCES=remotebackend.hh remotebackend.cc unixconnector.cc httpconnector.cc pipeconnector.cc + + libremotebackend_la_LDFLAGS=-module -avoid-version +-libremotebackend_la_LIBS=$(LIBCURL_LIBS) ++libremotebackend_la_LIBADD=$(LIBCURL_LIBS) + + TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message REMOTEBACKEND_HTTP=$(REMOTEBACKEND_HTTP) ./testrunner.sh + TESTS=test_remotebackend_pipe test_remotebackend_http test_remotebackend_post test_remotebackend_json |