summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-24 19:15:48 +0100
committerMichel Zou2024-01-24 19:15:48 +0100
commitd69881b0c272f8af6828ae0add67dd654bc14637 (patch)
tree67e25a21d6987f00516eba2a5cc876f9b2d25975
parent9dd8ee48ec3fac959591c8eb10a27744cf03f03a (diff)
downloadaur-d69881b0c272f8af6828ae0add67dd654bc14637.tar.gz
--disable-initfini-array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e175f2620a..223a58bd557c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psp-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (psp)
pkgver = 2.37.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d4c59eadf5e9..c33304e9f0e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=psp-binutils
pkgver=2.37.0
-pkgrel=1
+pkgrel=2
pkgdesc="A set of programs to assemble and manipulate binary and object files (psp)"
arch=(x86_64)
url="https://www.gnu.org/software/binutils/"
@@ -15,7 +15,7 @@ build()
{
cd "$srcdir/binutils-$pkgver"
mkdir -p build-psp && pushd build-psp
- ../configure --prefix=/usr --target=psp --enable-plugins --disable-werror --with-system-zlib --enable-deterministic-archives
+ ../configure --quiet --prefix=/usr --target=psp --enable-plugins --disable-initfini-array --disable-werror --with-system-zlib --enable-deterministic-archives
make
}