aboutsummaryrefslogtreecommitdiff
path: root/network/openssh-krb5/openssh-krb5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/openssh-krb5/openssh-krb5.SlackBuild')
-rw-r--r--network/openssh-krb5/openssh-krb5.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/openssh-krb5/openssh-krb5.SlackBuild b/network/openssh-krb5/openssh-krb5.SlackBuild
index 342d2f86eec18..1cd66566ee1d6 100644
--- a/network/openssh-krb5/openssh-krb5.SlackBuild
+++ b/network/openssh-krb5/openssh-krb5.SlackBuild
@@ -30,7 +30,7 @@
PRGNAM=openssh-krb5
SRCNAM=openssh
-VERSION=${VERSION:-7.3p1}
+VERSION=${VERSION:-7.4p1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,6 +78,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+zcat $CWD/openssh-7.4p1-libwrap.diff.gz | patch -p1
+autoreconf -vif
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr/kerberos \