You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
789 B
18 lines
789 B
diff -up openssh-6.1p1/contrib/Makefile.askpass-ld openssh-6.1p1/contrib/Makefile |
|
--- openssh-6.1p1/contrib/Makefile.askpass-ld 2012-05-19 07:24:37.000000000 +0200 |
|
+++ openssh-6.1p1/contrib/Makefile 2012-09-14 20:35:47.565704718 +0200 |
|
@@ -4,12 +4,12 @@ all: |
|
@echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2" |
|
|
|
gnome-ssh-askpass1: gnome-ssh-askpass1.c |
|
- $(CC) `gnome-config --cflags gnome gnomeui` \ |
|
+ $(CC) ${CFLAGS} `gnome-config --cflags gnome gnomeui` \ |
|
gnome-ssh-askpass1.c -o gnome-ssh-askpass1 \ |
|
`gnome-config --libs gnome gnomeui` |
|
|
|
gnome-ssh-askpass2: gnome-ssh-askpass2.c |
|
- $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \ |
|
+ $(CC) ${CFLAGS} `$(PKG_CONFIG) --cflags gtk+-2.0` \ |
|
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ |
|
`$(PKG_CONFIG) --libs gtk+-2.0 x11` |
|
|
|
|