summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLarzid2018-11-13 01:16:40 -0600
committerLarzid2018-11-13 01:16:40 -0600
commitf1a0d3deb64ffa8dcb741c7a6ced9521a54e40d9 (patch)
tree62d9aa61582083521b8ea8b9e0357314358716a6 /PKGBUILD
parent30aa166285b8b29d510b65f078133c6343917a1c (diff)
downloadaur-f1a0d3deb64ffa8dcb741c7a6ced9521a54e40d9.tar.gz
v0.7.3-PKGBUILD-2 Fix pthread linking error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25163899e421..2db5c0d94dae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
pkgver=0.7.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
arch=('x86_64')
@@ -26,7 +26,7 @@ build() {
cd shadow-of-the-wyrm
hg update stable
premake4 --lua_include=/usr/include/lua5.1 --lua_link=lua5.1 gmake
- make config=release
+ make LDFLAGS=-lpthread config=release
#make config=debug
}