summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-07-13 17:36:35 +0200
committerMichel Zou2016-07-13 17:36:35 +0200
commite05b503ce835c9b5ed3bb673999a6a332820cd18 (patch)
tree4474182d45965e49d6aa74af6aa6771c16da1496
parent8ef7574f8a8ffd46886ef781af868c7d612aea52 (diff)
downloadaur-e05b503ce835c9b5ed3bb673999a6a332820cd18.tar.gz
no ldflags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998401a9d8e6..0456c218ffc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 13 15:29:30 UTC 2016
+# Wed Jul 13 15:36:35 UTC 2016
pkgbase = mingw-w64-mcfgthread
pkgdesc = An efficient Gthread implementation for GCC (mingw-w64)
pkgver = a0.9
diff --git a/PKGBUILD b/PKGBUILD
index 0612e0960a85..7fd1ee40f240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ options=(!strip !buildflags staticlibs)
source=("https://github.com/lhmouse/mcfgthread/archive/alpha-0.9.tar.gz")
md5sums=('bbd2e4497255b314f5adf78a83063aad')
-_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
+# _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
_architectures="x86_64-w64-mingw32"
build() {
@@ -20,7 +20,7 @@ build() {
autoreconf -vfi
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- LDFLAGS="-lstdc++ -lgcc_s" ${_arch}-configure ..
+ ${_arch}-configure ..
make
popd
done