summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2020-01-09 23:07:47 +0100
committerLW-archlinux2020-01-09 23:07:47 +0100
commit37053ca1bd1846d24c3a9408fc3152fdace3afa8 (patch)
treeb625d0a5c545f95a5ff95cbb9b93701f39f04620
parent1266266c8700405f0f0a9b49297bdf64531ddb69 (diff)
downloadaur-37053ca1bd1846d24c3a9408fc3152fdace3afa8.tar.gz
disabled patch because it fails with latest trunk version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 664edf086278..a4d772c5385a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=lib32-llvm-git
pkgname=(lib32-llvm-git lib32-llvm-libs-git)
pkgdesc="Collection of modular and reusable compiler and toolchain technologies (32-bit, git)"
-pkgver=10.0.0_r331817.4787c6e2f31
+pkgver=10.0.0_r338952.0f5f28d000f
pkgrel=1
arch=('x86_64')
url='https://llvm.org/'
@@ -50,7 +50,7 @@ prepare() {
rm -rf debuginfo-tests libclc libcxx libcxxabi libunwind lld lldb llgo openmp parallel-libs polly pstl libc
cd clang
- patch --forward --strip=1 --input="$srcdir"/enable-SSP-and-PIE-by-default.patch
+# patch --forward --strip=1 --input="$srcdir"/enable-SSP-and-PIE-by-default.patch
}
build() {