summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsygnmdev2018-08-25 02:14:25 +0200
committersygnmdev2018-08-25 02:14:25 +0200
commitb0a34600dda4db8406aa1e32fa7b5c56ce68d2d7 (patch)
treec5188ecb9556e66a3a0baff81d5593340f5b3e79
parent0658edf51ebaaa32561969af0d49a828e6aebad7 (diff)
downloadaur-b0a34600dda4db8406aa1e32fa7b5c56ce68d2d7.tar.gz
compile bug workaround
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d580eae3df43..03f3fd796031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,9 @@ build() {
cd "${srcdir}/sygnm-git"
cmake . -GNinja -DCMAKE_BUILD_TYPE=Debug -DSYGNM_BUILD_ALL=On -DCMAKE_INSTALL_PREFIX=/usr
ninja
+ # TODO: On some machines, compilation randomly fails with 'ld: file not recognized: file truncated' errors, so multiple attempts are needed.
+ ninja
+ ninja
}
package() {