summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdf9f7cb10f1..c9c71fbcf53a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = m68k-atari-mint-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the M68K architecture
pkgver = 2.30
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
@@ -15,4 +15,3 @@ pkgbase = m68k-atari-mint-binutils
sha1sums = bbf149ff3e6d8b15a217b71ad79fdb020a804e01
pkgname = m68k-atari-mint-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 3ecd147438e3..859c283e6aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=m68k-atari-mint-binutils
_pkgname=binutils
_target="m68k-atari-mint"
pkgver=2.30
-pkgrel=1
+pkgrel=2
pkgdesc="A set of programs to assemble and manipulate binary and object files for the M68K architecture"
url="http://www.gnu.org/software/binutils/"
arch=('i686' 'x86_64')
@@ -26,12 +26,6 @@ prepare() {
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
- CFLAGS=${CFLAGS//-D_FORTIFY_SOURCE=?/}
- export CFLAGS
-
- CPPFLAGS=${CPPFLAGS//-D_FORTIFY_SOURCE=?/}
- export CPPFLAGS
-
./configure \
"--prefix=${_sysroot}" \
"--bindir=/usr/bin" "--program-prefix=${_target}-" \