diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 03:18:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-10 11:23:54 +0100 |
commit | 62d74870e07b5c75999e0cbb1f89917ab7f421c7 (patch) | |
tree | 06816884afe336c101f7cf446f1593c94d4a6b02 /eclass/apache-2.eclass | |
parent | dev-python/gst-python: Stabilize 1.20.5 ppc64, #907451 (diff) | |
download | gentoo-62d74870e07b5c75999e0cbb1f89917ab7f421c7.tar.gz gentoo-62d74870e07b5c75999e0cbb1f89917ab7f421c7.tar.bz2 gentoo-62d74870e07b5c75999e0cbb1f89917ab7f421c7.zip |
apache-2.eclass: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 : ;; |