summaryrefslogtreecommitdiff
path: root/eclass/apache-2.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r--eclass/apache-2.eclass2
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
:
;;