Skip to content

Commit 7bae4cf

Browse files
committed
Add brp_strip_static_archive to skip stripping the static library completely
1 parent 8dfe8bc commit 7bae4cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
%{!?commercial: %global product_suffix %{nil}}
3535
%{!?_licensedir: %global license %doc}
3636

37+
%if 0%{?rhel}
38+
%undefine __brp_strip_static_archive
39+
%endif
40+
3741
Summary: MySQL database connector for C++
3842
Name: mysql-connector-c++%{?product_suffix}
3943
Version: @CONCPP_VERSION@

0 commit comments

Comments
 (0)