diff options
author | Damien Miller <djm@mindrot.org> | 2010-03-04 11:09:24 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-03-04 11:09:24 +0100 |
commit | 661ffc1fd6d7c2d1f99ee0ab6918b10e53fe4f82 (patch) | |
tree | 68c680b0042078ba2be522d4477b5dadfdde681f /contrib | |
parent | - (djm) [ssh-keygen.c] Use correct local variable, instead of (diff) | |
download | openssh-661ffc1fd6d7c2d1f99ee0ab6918b10e53fe4f82.tar.xz openssh-661ffc1fd6d7c2d1f99ee0ab6918b10e53fe4f82.zip |
- (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReq
on XFree86-devel with neutral /usr/include/X11/Xlib.h;
imorgan AT nas.nasa.gov in bz#1731
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index a15afc7ee..4bec90078 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -94,7 +94,7 @@ BuildPreReq: glibc-devel, pam BuildPreReq: /usr/include/security/pam_appl.h %endif %if ! %{no_x11_askpass} -BuildPreReq: XFree86-devel +BuildPreReq: /usr/include/X11/Xlib.h %endif %if ! %{no_gnome_askpass} BuildPreReq: pkgconfig |