summaryrefslogtreecommitdiff
path: root/network/heimdal/heimdal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/heimdal/heimdal.SlackBuild')
-rw-r--r--network/heimdal/heimdal.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/network/heimdal/heimdal.SlackBuild b/network/heimdal/heimdal.SlackBuild
index 0a77e3413a..e8d2430e10 100644
--- a/network/heimdal/heimdal.SlackBuild
+++ b/network/heimdal/heimdal.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=heimdal
-VERSION=${VERSION:-7.1.0}
+VERSION=${VERSION:-7.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,8 +70,6 @@ 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 {} \;
-patch -p0 < $CWD/heimdal_disable-check-iprop.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-lpthread" \
@@ -113,7 +111,7 @@ cat $CWD/config/kdc.conf > $PKG/var/heimdal/kdc.conf.new
cat $CWD/config/kadmind.acl > $PKG/var/heimdal/kadmind.acl.new
rm -rf $PKG/usr/man/cat?
-find $PKG/usr/man -type f -exec gzip -9f {} \;
+find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
rm -f $PKG/usr/info/dir