]> git.pld-linux.org Git - packages/mysql.git/commitdiff
Using llvm ld causes 'LLVM ERROR: out of memory' errors on 32bit, so use standard...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 5 Mar 2024 12:00:20 +0000 (13:00 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 5 Mar 2024 12:02:29 +0000 (13:02 +0100)
mysql.spec

index 9b19edb05fc3041e1d1bf5486e0bceb3720c262d..2d0d665fb50aace120c6661425f530c6b3a1e733 100644 (file)
@@ -508,6 +508,9 @@ cd build
 
 CPPFLAGS="%{rpmcppflags}" \
 %cmake .. \
+%if "%{_lib}" != "lib64"
+       -DUSE_LD_LLD=off \
+%endif
         -DCMAKE_EXECUTABLE_SUFFIX=string:%{majorver} \
        -DCMAKE_BUILD_TYPE=%{!?debug:RelWithDebInfo}%{?debug:Debug} \
        -DCMAKE_C_FLAGS_RELWITHDEBINFO="%{rpmcflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
This page took 0.045085 seconds and 4 git commands to generate.