summaryrefslogtreecommitdiff
path: root/debian/patches/gnome-ssh-askpass2-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/gnome-ssh-askpass2-link.patch')
-rw-r--r--debian/patches/gnome-ssh-askpass2-link.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/gnome-ssh-askpass2-link.patch b/debian/patches/gnome-ssh-askpass2-link.patch
new file mode 100644
index 000000000..6e1a341b0
--- /dev/null
+++ b/debian/patches/gnome-ssh-askpass2-link.patch
@@ -0,0 +1,16 @@
1Index: b/contrib/Makefile
2===================================================================
3--- a/contrib/Makefile
4+++ b/contrib/Makefile
5@@ -7,9 +7,9 @@
6 `gnome-config --libs gnome gnomeui`
7
8 gnome-ssh-askpass2: gnome-ssh-askpass2.c
9- $(CC) `pkg-config --cflags gtk+-2.0` \
10+ $(CC) `pkg-config --cflags gtk+-2.0 x11` \
11 gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
12- `pkg-config --libs gtk+-2.0`
13+ `pkg-config --libs gtk+-2.0 x11`
14
15 clean:
16 rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass