wok diff openssh/receipt @ rev 22237
updated xorg-libxkbfile and xorg-libxkbfile-dev (1.0.7 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 09:03:54 2019 +0100 (2019-11-12) |
parents | 07197587ca55 |
children | f18534b5699c |
line diff
1.1 --- a/openssh/receipt Sat Feb 23 23:00:18 2019 +0100 1.2 +++ b/openssh/receipt Tue Nov 12 09:03:54 2019 +0100 1.3 @@ -40,7 +40,7 @@ 1.4 install -m 644 $src/[A-Z][A-Z]* $DESTDIR/usr/share/doc 1.5 cd contrib && 1.6 cc -Wall $(pkg-config --cflags gtk+-2.0) gnome-ssh-askpass2.c \ 1.7 - -o gnome-ssh-askpass $(pkg-config --libs gtk+-2.0) && 1.8 + -o gnome-ssh-askpass $(pkg-config --libs gtk+-2.0) -lX11 && 1.9 cp gnome-ssh-askpass $DESTDIR/usr/bin/ssh-askpass 1.10 } 1.11