From 39210e669a6ce0e524c3968d7a779379172c1a18 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 21 Aug 2018 07:51:38 +0000 Subject: main/ldb: remove temp unset CFLAGS The tests was properly fixed so we can remove the workaround. --- main/ldb/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main/ldb/APKBUILD') diff --git a/main/ldb/APKBUILD b/main/ldb/APKBUILD index c3569bc16c..919903f34f 100644 --- a/main/ldb/APKBUILD +++ b/main/ldb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 \ -- cgit v1.2.3