summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Žemva2022-05-09 12:54:39 +0200
committerJanez Žemva2022-05-09 12:54:39 +0200
commitdf940c4bb96fb15f980d86289a9f69d2248854c6 (patch)
tree89660c9abff57f00e6c676ef3e974ccff0a2ae5f
parent357376fb1abad389c3ec0519fc182b286ba687b8 (diff)
downloadaur-df940c4bb96fb15f980d86289a9f69d2248854c6.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3090d7f966f3..adb955777414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-binutils
pkgdesc = binutils for the djgpp dosbox cross-compiler
pkgver = 2.35
- pkgrel = 6
+ pkgrel = 7
url = http://www.gnu.org/software/binutils
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f82fe1435cc0..44ab348468aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dosbox-binutils
pkgver=2.35
-pkgrel=6
+pkgrel=7
pkgdesc="binutils for the djgpp dosbox cross-compiler"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils"
@@ -41,7 +41,6 @@ build() {
--disable-nls \
--disable-plugins \
--disable-werror \
- --enable-compressed-debug-sections=all \
--enable-lto
make
}