summaryrefslogtreecommitdiffstats
path: root/main/djbdns
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-18 16:15:32 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-18 16:15:32 +0100
commit95429f61de2bf92f4efba55bdcdb4862818dd260 (patch)
tree7d36fc9a07d47ba6becfc4cf1ce094f20d53b785 /main/djbdns
parent8320da39831b707a01f1212dd759f4f92d03aeb4 (diff)
downloadaports-95429f61de2bf92f4efba55bdcdb4862818dd260.tar.bz2
aports-95429f61de2bf92f4efba55bdcdb4862818dd260.tar.xz
Revert "main/djbdns: fix tinydns on 64 bit"
Diffstat (limited to 'main/djbdns')
-rw-r--r--main/djbdns/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/djbdns/APKBUILD b/main/djbdns/APKBUILD
index 1514b9dfd..148ab2ec3 100644
--- a/main/djbdns/APKBUILD
+++ b/main/djbdns/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=djbdns
pkgver=1.05
-pkgrel=41
+pkgrel=40
pkgdesc="Excellent high-performance DNS services"
url="http://cr.yp.to/djbdns.html"
arch="all"
@@ -34,9 +34,6 @@ prepare() {
*.diff.gz) msg $i; gunzip -c "$srcdir"/$i | patch -p1 || return 1;;
esac
done
- # remove all the generated headers. they came with the jumbo patch and should
- # never have been there...
- sed -n 's/^\([a-z]\+\.h\):.*/\1/gp' Makefile Makefile.sig | xargs rm -f
}
build() {