]> git.pld-linux.org Git - packages/feh.git/commitdiff
set CC/CFLAGS/LDFLAGS
authorJan Palus <atler@pld-linux.org>
Wed, 13 Dec 2023 23:58:11 +0000 (00:58 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 13 Dec 2023 23:58:11 +0000 (00:58 +0100)
feh.spec

index 88f8145ab62d481f0c3e50e4d7118acd1dbb4ba1..e267b12f07cac8bd03ae12359f8dc6aaaa040f08 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -88,7 +88,10 @@ Dopełnianie parametrów feh dla powłoki ZSH.
 %setup -q
 
 %build
+CFLAGS="%{rpmcflags} %{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
 %{__make} \
+       CC="%{__cc}" \
        PREFIX=%{_prefix} \
        help=1 \
        inotify=1 \
This page took 0.132858 seconds and 4 git commands to generate.