commit: 0208308dbc69bbfed6f8e07f7bade90b24836638
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 13:45:54 2025 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 14:29:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0208308d
net-libs/serf: specify OPENSSL location explicitly.
On Prefix if OPENSSL is found to be in the host directory /usr,
headers in /usr/include will be put after `-I`, not desired.
Explicitly specifying its location does not affect vanilla Gentoo,
thus is a trivial change. I withhold a revision bump awaring that
that this ebuild has stablized keywords.
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
net-libs/serf/serf-1.3.10.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-libs/serf/serf-1.3.10.ebuild b/net-libs/serf/serf-1.3.10.ebuild
index cfeae8cb520f..465727784a20 100644
--- a/net-libs/serf/serf-1.3.10.ebuild
+++ b/net-libs/serf/serf-1.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -43,6 +43,7 @@ src_compile() {
myesconsargs=(
BUILD_STATIC=no
PREFIX="${EPREFIX}/usr"
+ OPENSSL="${EPREFIX}/usr"
LIBDIR="${EPREFIX}/usr/$(get_libdir)"
# These config scripts are sent through a shell with an empty
env
# which breaks the SYSROOT usage in them. Set the vars inline
to