Bugzilla – Attachment 1799 Details for
Bug 1725
use x11.pc when linking gnome-ssh-askpass2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
explicitly link against libX11
gnome-ssh-askpass2-link.patch (text/plain), 519 bytes, created by
Colin Watson
on 2010-03-02 00:51:55 AEDT
(
hide
)
Description:
explicitly link against libX11
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2010-03-02 00:51:55 AEDT
Size:
519 bytes
patch
obsolete
>Index: b/contrib/Makefile >=================================================================== >--- a/contrib/Makefile >+++ b/contrib/Makefile >@@ -7,9 +7,9 @@ > `gnome-config --libs gnome gnomeui` > > gnome-ssh-askpass2: gnome-ssh-askpass2.c >- $(CC) `pkg-config --cflags gtk+-2.0` \ >+ $(CC) `pkg-config --cflags gtk+-2.0 x11` \ > gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ >- `pkg-config --libs gtk+-2.0` >+ `pkg-config --libs gtk+-2.0 x11` > > clean: > rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1725
: 1799