summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 223727409b27..92ff01006ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
pkgname=liblcf-git
-pkgver=0.1.2.r94.gc02ba45
+pkgver=0.1.2.r107.gd31af5c
pkgrel=1
pkgdesc="Library to handle RPG Maker 2000/2003 and EasyRPG projects (development version)"
arch=('i686' 'x86_64')
@@ -27,6 +27,13 @@ build () {
make
}
+check() {
+ cd liblcf
+
+ # disable as-needed (problems with library order)
+ make check LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
+}
+
package () {
cd liblcf