]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - openssh/patches/openssh-5.8p2-askpass-ld.patch
openssh: Change syntax of prerequires.
[people/arne_f/ipfire-3.x.git] / openssh / patches / openssh-5.8p2-askpass-ld.patch
1 diff -up openssh-5.8p2/contrib/Makefile.askpass-ld openssh-5.8p2/contrib/Makefile
2 --- openssh-5.8p2/contrib/Makefile.askpass-ld 2011-08-08 22:54:06.050546199 +0200
3 +++ openssh-5.8p2/contrib/Makefile 2011-08-08 22:54:43.364420118 +0200
4 @@ -2,12 +2,12 @@ all:
5 @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2"
6
7 gnome-ssh-askpass1: gnome-ssh-askpass1.c
8 - $(CC) `gnome-config --cflags gnome gnomeui` \
9 + $(CC) ${CFLAGS} `gnome-config --cflags gnome gnomeui` \
10 gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \
11 `gnome-config --libs gnome gnomeui`
12
13 gnome-ssh-askpass2: gnome-ssh-askpass2.c
14 - $(CC) `pkg-config --cflags gtk+-2.0` \
15 + $(CC) ${CFLAGS} `pkg-config --cflags gtk+-2.0` \
16 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
17 `pkg-config --libs gtk+-2.0 x11`
18