summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanez Žemva2022-05-04 21:13:34 +0200
committerJanez Žemva2022-05-04 21:13:34 +0200
commitec9a8006af6e4dc14c7b009314ce40a73612b9fb (patch)
tree7122be77cdd2428a970f59a94ca56e8272d5e8a7 /PKGBUILD
parent3cbba8acb6461d3467c3eb1509f1795798a6dc37 (diff)
downloadaur-ec9a8006af6e4dc14c7b009314ce40a73612b9fb.tar.gz
some fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a92d936df1dd..adc525d20bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dosbox-binutils
pkgver=2.35
-pkgrel=3
+pkgrel=4
pkgdesc="binutils for the djgpp dosbox cross-compiler"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils"
@@ -38,10 +38,12 @@ build() {
--datadir="/usr/$_target/share" \
--enable-lto \
--disable-install-libiberty \
+ --disable-ld \
--disable-multilib \
--disable-nls \
--disable-plugins \
- --disable-werror
+ --disable-werror \
+ --enable-gold
make
}