aboutsummaryrefslogtreecommitdiffstats
path: root/main/tevent/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-31 18:56:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-01 08:42:42 +0000
commitbf575521c7085a32c0781f4668bcfdfdc0397046 (patch)
tree03932786b667e8c11da016f9098456a99c486fc7 /main/tevent/APKBUILD
parent82dbe3073835e085953461309fb5f2075327f1bd (diff)
main/tevent: force use of system libs
Diffstat (limited to 'main/tevent/APKBUILD')
-rw-r--r--main/tevent/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/tevent/APKBUILD b/main/tevent/APKBUILD
index be732d1a467..3fbcf3b8cf2 100644
--- a/main/tevent/APKBUILD
+++ b/main/tevent/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=tevent
pkgver=0.9.19
-pkgrel=0
+pkgrel=1
pkgdesc="The tevent library"
url="http://tevent.samba.org/"
arch="all"
@@ -36,6 +36,7 @@ build() {
--infodir=/usr/share/info \
--localstatedir=/var \
--disable-rpath \
+ --bundled-libraries=NONE \
|| return 1
make || return 1
}