Skip to content

Commit f30b4de

Browse files
committed
Fixing path issue for el7 32bit
1 parent 18ac5ba commit f30b4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ popd
160160

161161
%install
162162
%{?el6:. /opt/rh/devtoolset-8/enable}
163+
%{?el7:export LD_LIBRARY_PATH=/opt/rh/devtoolset-9/root/usr/lib64:$LD_LIBRARY_PATH}
163164
%{?el7:. /opt/rh/devtoolset-9/enable}
164165
%{?el8:. /opt/rh/gcc-toolset-9/enable}
165166

0 commit comments

Comments
 (0)