apache-2.eclass: drop path to --with-ssl #516240
authorSteven Newbury <steve@snewbury.org.uk>
Wed, 28 Dec 2016 08:09:18 +0000 (03:09 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 28 Dec 2016 08:10:50 +0000 (03:10 -0500)
commitf3bcb27dfa43b87e8e67f8cc23f16816630b563c
treee37b19d332e7025d02524a08ef495c84e1b9f472
parentd885792aeb2d70e0ae3b8703f2515266c35cd760
apache-2.eclass: drop path to --with-ssl #516240

The apache configure script assumes that, if you passed in a path, that
it's to a standalone install of openssl.  It'll then go poking in that
dir directly and possible add flags for building against it.  This also
breaks building/linking of other libraries, in both multilib and cross-
compile setups.

By dropping the path, we force apache to do the lookup via pkg-config.
eclass/apache-2.eclass