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.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 1327ca854..6f2027076 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -89,12 +89,13 @@ passphrase dialog.
89%build 89%build
90CFLAGS="$RPM_OPT_FLAGS" \ 90CFLAGS="$RPM_OPT_FLAGS" \
91./configure --prefix=/usr \ 91./configure --prefix=/usr \
92 --sysconfdir=/etc/ssh \ 92 --sysconfdir=/etc/ssh \
93 --with-pam \ 93 --datadir=/usr/share/openssh \
94 --with-gnome-askpass \ 94 --with-pam \
95 --with-tcp-wrappers \ 95 --with-gnome-askpass \
96 --with-ipv4-default \ 96 --with-tcp-wrappers \
97 --libexecdir=/usr/lib/ssh 97 --with-ipv4-default \
98 --libexecdir=/usr/lib/ssh
98make 99make
99 100
100cd contrib 101cd contrib