From 62d74870e07b5c75999e0cbb1f89917ab7f421c7 Mon Sep 17 00:00:00 2001 From: Sam James <sam@gentoo.org> Date: Sat, 3 Jun 2023 03:18:49 +0100 Subject: apache-2.eclass: drop dead prefix targets Signed-off-by: Sam James <sam@gentoo.org> --- eclass/apache-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/apache-2.eclass') diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 3dc3b3e56db0..5ff17fd8d228 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -476,7 +476,7 @@ apache-2_src_prepare() { # 03_all_gentoo-apache-tools.patch injects -Wl,-z,now, which is not a good # idea for everyone case ${CHOST} in - *-linux-gnu|*-solaris*|*-freebsd*) + *-linux-gnu|*-solaris*) # do nothing, these use GNU binutils : ;; -- cgit v1.2.3-65-gdbad