forked from rpms/openssh
Provide full RELRO and PIE form askpass helper (#1264036)
This commit is contained in:
parent
3e5d955bcb
commit
812f08d95e
@ -604,10 +604,12 @@ make
|
|||||||
%if ! %{no_gnome_askpass}
|
%if ! %{no_gnome_askpass}
|
||||||
pushd contrib
|
pushd contrib
|
||||||
if [ $gtk2 = yes ] ; then
|
if [ $gtk2 = yes ] ; then
|
||||||
make gnome-ssh-askpass2
|
CFLAGS="$CFLAGS %{?__global_ldflags}" \
|
||||||
|
make gnome-ssh-askpass2
|
||||||
mv gnome-ssh-askpass2 gnome-ssh-askpass
|
mv gnome-ssh-askpass2 gnome-ssh-askpass
|
||||||
else
|
else
|
||||||
make gnome-ssh-askpass1
|
CFLAGS="$CFLAGS %{?__global_ldflags}"
|
||||||
|
make gnome-ssh-askpass1
|
||||||
mv gnome-ssh-askpass1 gnome-ssh-askpass
|
mv gnome-ssh-askpass1 gnome-ssh-askpass
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user