.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=134
This commit is contained in:
parent
e9d2a0c863
commit
2c1e79d131
@ -171,7 +171,7 @@ else
|
|||||||
CC="gcc"
|
CC="gcc"
|
||||||
fi
|
fi
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
##RPM_OPT_FLAGS="$(echo %{optflags}|sed -r 's/-fstack-protector-strong ?//g;s/-f(stack-clash-protection)/-fno-\1/') -fno-stack-limit"
|
%{expand:%%global optflags %(echo "%{optflags}"|sed -r -e s/-fstack-protector-strong// -e s/-fstack-clash-protection//)}
|
||||||
%endif
|
%endif
|
||||||
CC="${CC} -g %{optflags} -fno-strict-aliasing -fPIC -pipe"
|
CC="${CC} -g %{optflags} -fno-strict-aliasing -fPIC -pipe"
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
|
Loading…
Reference in New Issue
Block a user