]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
set cflags/cxxflags for sources compiled with clang
authorJan Palus <atler@pld-linux.org>
Sun, 29 Jan 2023 22:07:24 +0000 (23:07 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 29 Jan 2023 22:07:24 +0000 (23:07 +0100)
postgresql.spec

index 33e2c8ed0d7aef4661487bb4519fe0fd80441352..a2998c457e697510c77a79cabfa50154bfbac3ce 100644 (file)
@@ -821,6 +821,8 @@ march="-mx32"
        CFLAGS="%{rpmcflags} $march -DNEED_REENTRANT_FUNCS" \
        CPPFLAGS="%{rpmcppflags} $march" \
        CXXFLAGS="%{rpmcxxflags} $march" \
+       BITCODE_CFLAGS="%{rpmcflags}" \
+       BITCODE_CXXFLAGS="%{rpmcxxflags}" \
        --disable-rpath \
        --enable-depend \
        %{?with_systemtap:--enable-dtrace} \
This page took 0.383769 seconds and 4 git commands to generate.