summaryrefslogtreecommitdiff
path: root/contrib/suse/openssh.spec
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/suse/openssh.spec')
-rw-r--r--contrib/suse/openssh.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 457864772..04625f64e 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -88,8 +88,13 @@ passphrase dialog.
88 88
89%build 89%build
90CFLAGS="$RPM_OPT_FLAGS" \ 90CFLAGS="$RPM_OPT_FLAGS" \
91./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \ 91./configure --prefix=/usr \
92 --with-tcp-wrappers --with-ipv4-default --libexecdir=/usr/lib/ssh 92 --sysconfdir=/etc/ssh \
93 --with-pam \
94 --with-gnome-askpass \
95 --with-tcp-wrappers \
96 --with-ipv4-default \
97 --libexecdir=/usr/lib/ssh
93make 98make
94 99
95cd contrib 100cd contrib