mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 23:05:21 +02:00
- (djm) Add --with-pam to RPM spec files
This commit is contained in:
parent
92e78f8c64
commit
01fa6380e8
@ -7,6 +7,7 @@
|
|||||||
- (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
|
- (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
|
||||||
can cause weird segfaults errors on Solaris
|
can cause weird segfaults errors on Solaris
|
||||||
- (djm) Avoid warning in PAM code by making read_passphrase arguments const
|
- (djm) Avoid warning in PAM code by making read_passphrase arguments const
|
||||||
|
- (djm) Add --with-pam to RPM spec files
|
||||||
|
|
||||||
20010115
|
20010115
|
||||||
- (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
|
- (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
|
||||||
|
@ -142,6 +142,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc/ssh \
|
--sysconfdir=/etc/ssh \
|
||||||
--libexecdir=%{_libexecdir}/openssh \
|
--libexecdir=%{_libexecdir}/openssh \
|
||||||
|
--with-pam \
|
||||||
--with-tcp-wrappers \
|
--with-tcp-wrappers \
|
||||||
--with-ipv4-default \
|
--with-ipv4-default \
|
||||||
--with-rsh=/usr/bin/rsh
|
--with-rsh=/usr/bin/rsh
|
||||||
|
@ -142,10 +142,11 @@ This package contains the GNOME passphrase dialog.
|
|||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--libexecdir=%{_libexecdir}/openssh \
|
--libexecdir=%{_libexecdir}/openssh \
|
||||||
|
--with-pam \
|
||||||
--with-tcp-wrappers \
|
--with-tcp-wrappers \
|
||||||
--with-ipv4-default \
|
--with-ipv4-default \
|
||||||
--with-rsh=/usr/bin/rsh \
|
--with-rsh=/usr/bin/rsh \
|
||||||
--with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
|
--with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -88,8 +88,13 @@ passphrase dialog.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" \
|
CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \
|
./configure --prefix=/usr \
|
||||||
--with-tcp-wrappers --with-ipv4-default --libexecdir=/usr/lib/ssh
|
--sysconfdir=/etc/ssh \
|
||||||
|
--with-pam \
|
||||||
|
--with-gnome-askpass \
|
||||||
|
--with-tcp-wrappers \
|
||||||
|
--with-ipv4-default \
|
||||||
|
--libexecdir=/usr/lib/ssh
|
||||||
make
|
make
|
||||||
|
|
||||||
cd contrib
|
cd contrib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user