diff options
-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 : ;; |