]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- pass xauth path to configure, so it's not needed (BTW, XFree86-devel was not suffic...
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 31 Jan 2003 11:47:54 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed BR: chrpath - it's rpm-dependent thing

Changed files:
    openssh.spec -> 1.140

openssh.spec

index 6f997350633f9c4c288e8ea310c79f6947f49e7d..e69325b8c5eaf4174468ce465d5cacd03bb3b9dc 100644 (file)
@@ -33,20 +33,18 @@ Patch2:             %{name}-linux-ipv6.patch
 Patch3:                %{name}-pam_misc.patch
 Patch4:                %{name}-sigpipe.patch
 URL:           http://www.openssh.com/
-BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: chrpath
 %{!?_without_gnome:BuildRequires: gnome-libs-devel}
 BuildRequires: libwrap-devel
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: pam-devel
 BuildRequires: perl
 BuildRequires: zlib-devel
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Prereq:                openssl
-Prereq:                FHS >= 2.1-24
+PreReq:                openssl
+PreReq:                FHS >= 2.1-24
 Obsoletes:     ssh
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/ssh
 %define                _libexecdir     %{_libdir}/%{name}
@@ -392,7 +390,8 @@ GNOME.
        --disable-suid-ssh \
        --with-tcp-wrappers \
        --with-privsep-path=%{_privsepdir} \
-       --with-pid-dir=%{_localstatedir}/run
+       --with-pid-dir=%{_localstatedir}/run \
+       --with-xauth=/usr/X11R6/bin/xauth
 
 echo '#define LOGIN_PROGRAM           "/bin/login"' >>config.h
 
This page took 0.077588 seconds and 4 git commands to generate.