diff options
Diffstat (limited to 'main/ldb')
-rw-r--r-- | main/ldb/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/ldb/APKBUILD b/main/ldb/APKBUILD index c3569bc16c4..919903f34f2 100644 --- a/main/ldb/APKBUILD +++ b/main/ldb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ldb pkgver=1.3.5 -pkgrel=1 +pkgrel=2 pkgdesc="A schema-less, ldap like, API and database" url="http://ldb.samba.org/" arch="all" @@ -19,8 +19,6 @@ _waf="python "$builddir"/buildtools/bin/waf" build() { cd "$builddir" - # As of 1.3.5, test suite fails when compiler flags set. Remove if no longer needed. - unset CFLAGS CXXFLAGS CPPFLAGS $_waf configure \ --prefix=/usr \ --disable-rpath \ |