Remove SSL libs from libs
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)
committerSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Sun, 5 Feb 2017 19:40:33 +0000 (19:40 +0000)
commitdb7fd976540bb98f79aac52f54a0b057f34f36c0
treefd7131047345f69b0eae1526b107465102feab2c
parent34c8c33191cb7a73be07c066ddd961d24bf4cdcb
Remove SSL libs from libs

The Makefile/Configure adds "-lssl -lcrypto" but does not depend libssl-dev
nor does it use any of its functions diretly.
Depending on those should not be needed unless for static compilation thus
removing them.

BTS: https://bugs.debian.org/852924

Gbp-Pq: Name drop_lssl_lcrypto_from_linking.patch
configure.ac
src/Makefile.am