summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2017-03-04 23:35:05 +0200
committerIvan Puntiy2017-03-04 23:35:05 +0200
commit476ea760fa50561c043258976bd08f99006c7159 (patch)
tree5ab85d6be313e2614e15c8478672d6acd7b10430
parent865b3d9f1735ba116ef14d512fb32ac34ef5d168 (diff)
downloadaur-476ea760fa50561c043258976bd08f99006c7159.tar.gz
Build fix (workaround)
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ff522e6ff5d..00e87d1d822b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,11 @@ build() {
--with-libxpm=builtin \
--with-libjpeg=sys \
--with-libtiff=sys"
-
+
+ # Fix for current libuuid.a issues
+ # see: https://github.com/Alexpux/MINGW-packages/issues/1761
+ _build_flags="${_build_flags} LDFLAGS=-Wl,--allow-multiple-definition"
+
cd "${srcdir}/wxWidgets-${pkgver}"
for _arch in ${_architectures}; do
# shared build