mirror of git://anongit.mindrot.org/openssh.git
fix doh
This commit is contained in:
parent
ddaffa4194
commit
bb68c1621e
|
@ -161,7 +161,7 @@ make
|
|||
cd ..
|
||||
|
||||
cd contrib
|
||||
gcc -Og `gnome-config --cflags gnome gnomeui` \
|
||||
gcc -O -g `gnome-config --cflags gnome gnomeui` \
|
||||
gnome-ssh-askpass.c -o gnome-ssh-askpass \
|
||||
`gnome-config --libs gnome gnomeui`
|
||||
cd ..
|
||||
|
|
|
@ -152,7 +152,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||
make
|
||||
|
||||
cd contrib
|
||||
gcc -Og `gnome-config --cflags gnome gnomeui` \
|
||||
gcc -O -g `gnome-config --cflags gnome gnomeui` \
|
||||
gnome-ssh-askpass.c -o gnome-ssh-askpass \
|
||||
`gnome-config --libs gnome gnomeui`
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue