diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-04-30 22:05:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-30 22:05:39 +0700 |
commit | f5e972b881c33128c54fee9b0c87a7f567dd9cb2 (patch) | |
tree | b4cbd53c98479c0de1bbb7480e0dd6ee72869d43 /network/heimdal/heimdal.SlackBuild | |
parent | 7000ec52a66a66af713a3b53638c312b4a2def5e (diff) |
network/heimdal: Updated for version 7.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/heimdal/heimdal.SlackBuild')
-rw-r--r-- | network/heimdal/heimdal.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/network/heimdal/heimdal.SlackBuild b/network/heimdal/heimdal.SlackBuild index 0a77e3413a4e3..e8d2430e10ad0 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 |