diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-21 07:51:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-21 07:51:38 +0000 |
commit | 39210e669a6ce0e524c3968d7a779379172c1a18 (patch) | |
tree | c46ddd803e29bfe1155b59e3afa51338dac5da41 /main/ldb | |
parent | 63fa7d30f1159080a4f07b579849277be281b521 (diff) | |
download | aports-39210e669a6ce0e524c3968d7a779379172c1a18.tar.bz2 aports-39210e669a6ce0e524c3968d7a779379172c1a18.tar.xz |
main/ldb: remove temp unset CFLAGS
The tests was properly fixed so we can remove the workaround.
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 c3569bc16c..919903f34f 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 \ |