]> git.pld-linux.org Git - packages/redis.git/commitdiff
explicitly set uname_M=%{_target_cpu}
authorJan Palus <atler@pld-linux.org>
Sat, 3 Sep 2022 16:05:29 +0000 (18:05 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 3 Sep 2022 16:05:29 +0000 (18:05 +0200)
redis.spec

index 151b716297c9660dc6b51015fd4ebba876136604..f3433d60a07f7c864d789f2b1633927d4ffe6916 100644 (file)
@@ -91,7 +91,7 @@ ln -s %{_includedir} deps/jemalloc/include
 
 %build
 %define specflags -std=c99 -pedantic
-%define _make_opts CC="%{__cc}" CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" OPTIMIZATION="" DEBUG="" V=1
+%define _make_opts CC="%{__cc}" CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" OPTIMIZATION="" DEBUG="" V=1 uname_M=%{_target_cpu}
 
 %{__make} -C src all
 
This page took 0.156852 seconds and 4 git commands to generate.