summaryrefslogtreecommitdiffstats
path: root/main/talloc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/talloc/APKBUILD')
-rw-r--r--main/talloc/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/talloc/APKBUILD b/main/talloc/APKBUILD
index efc486367..1dacfa662 100644
--- a/main/talloc/APKBUILD
+++ b/main/talloc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=talloc
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="memory pool management library"
url="http://talloc.samba.org/"
arch="all"
@@ -13,7 +13,8 @@ replaces="samba-common"
makedepends="$depends_dev python"
install=""
subpackages="$pkgname-dev"
-source="http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+source="http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ always-libs.patch"
_builddir="${srcdir}/${pkgname}-${pkgver}"
prepare() {
@@ -39,4 +40,5 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="6e3fdfbc43dde8ccba27b6af894b8fb2 talloc-2.0.5.tar.gz"
+md5sums="6e3fdfbc43dde8ccba27b6af894b8fb2 talloc-2.0.5.tar.gz
+10304afbc3b00346238bf5a969227c68 always-libs.patch"