summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuchesar V. ILIEV2016-09-05 21:24:19 +0300
committerLuchesar V. ILIEV2016-09-05 21:25:20 +0300
commit81ed71532a0a98d537a358ff7b9edd75db3287ab (patch)
treef533b8416648f7a0aa63067f3b43cf08aa7eccfe
parent04b8de18c57e75344608bbba0dccb772438329c8 (diff)
downloadaur-81ed71532a0a98d537a358ff7b9edd75db3287ab.tar.gz
Dirty fix for unittests failing
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b0f5cb027f..20c88011c91f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -178,7 +178,8 @@ build() {
check() {
cd "${srcdir}/build"
- make check
+ # Dirty fix for unittests failing because the shared lib is not in the library path.
+ LD_LIBRARY_PATH="${srcdir}/build/lib" make check
make check-clang
}