summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2021-01-29 22:52:37 +0100
committerTim Schumacher2021-01-29 22:52:37 +0100
commitdbd5aece785fb22e7558b418319a0337041a7c36 (patch)
treebe7c6dc35bdb590772df81d576511e1a4a9d56fb /PKGBUILD
parented98a7369de3a81073466548f0fffd09f9626101 (diff)
downloadaur-dbd5aece785fb22e7558b418319a0337041a7c36.tar.gz
Disable libctf due to host package conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24bec5e77c92..78efcd46a0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mipsr5900el-unknown-linux-gnu
pkgname=$_target-binutils
pkgver=2.34
-pkgrel=1
+pkgrel=2
pkgdesc="A set of programs to assemble and manipulate binary and object files ($_target)"
arch=(x86_64)
url='http://www.gnu.org/software/binutils/'
@@ -25,6 +25,7 @@ build() {
./configure --target=$_target \
--prefix=/usr \
--disable-nls \
+ --disable-libctf \
--enable-shared \
--enable-plugins \
--enable-deterministic-archives