summaryrefslogtreecommitdiff
path: root/contrib/suse
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/suse')
-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 1327ca85..6f202707 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -89,12 +89,13 @@ passphrase dialog.
%build
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=/usr \
- --sysconfdir=/etc/ssh \
- --with-pam \
- --with-gnome-askpass \
- --with-tcp-wrappers \
- --with-ipv4-default \
- --libexecdir=/usr/lib/ssh
+ --sysconfdir=/etc/ssh \
+ --datadir=/usr/share/openssh \
+ --with-pam \
+ --with-gnome-askpass \
+ --with-tcp-wrappers \
+ --with-ipv4-default \
+ --libexecdir=/usr/lib/ssh
make
cd contrib