aboutsummaryrefslogtreecommitdiffstats
path: root/main/krb5
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-05-31 04:39:16 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 19:01:52 +0000
commita2500ef1ae5455f033e321b01179470b51b624aa (patch)
tree5b831064c9b5d21a8e5a74d8daad88d376bec704 /main/krb5
parent759d703bbcd604ea2cec8089c162274dda332a8d (diff)
downloadaports-a2500ef1ae5455f033e321b01179470b51b624aa.tar.bz2
aports-a2500ef1ae5455f033e321b01179470b51b624aa.tar.xz
main/krb5: improve
Diffstat (limited to 'main/krb5')
-rw-r--r--main/krb5/APKBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/krb5/APKBUILD b/main/krb5/APKBUILD
index 66270952d0..8a9f8da65a 100644
--- a/main/krb5/APKBUILD
+++ b/main/krb5/APKBUILD
@@ -26,7 +26,6 @@ source="https://web.mit.edu/kerberos/dist/krb5/${_ver}/krb5-$pkgver.tar.gz
krb5kdc.initd
krb5kpropd.initd
"
-builddir="$srcdir"/krb5-$pkgver
# secfixes:
# 1.15.4-r0:
@@ -36,12 +35,6 @@ builddir="$srcdir"/krb5-$pkgver
# - CVE-2018-5709
# - CVE-2018-5710
-unpack() {
- default_unpack
- cd "$srcdir"
- tar -zxf krb5-$pkgver.tar.gz
-}
-
build() {
cd "$builddir"/src
./configure \