Skip to content

Commit da905bb

Browse files
committed
Fix the el6 apitest failure
1 parent 7bae4cf commit da905bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packaging/mysql-connector-c++.spec.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
%{!?commercial: %global product_suffix %{nil}}
3535
%{!?_licensedir: %global license %doc}
3636

37-
%if 0%{?rhel}
38-
%undefine __brp_strip_static_archive
39-
%endif
37+
%{?el6:%global __strip /opt/rh/devtoolset-7/root/bin/strip}
4038

4139
Summary: MySQL database connector for C++
4240
Name: mysql-connector-c++%{?product_suffix}

0 commit comments

Comments
 (0)