diff options
author | Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com> | 2013-10-26 16:06:41 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:53 -0500 |
commit | 0d72750efd85e0958b153155841ba815d9ad7f83 (patch) | |
tree | 56b5c7b7fabcbd6564c2ec3bb50f173622a48bbb /development/avr-binutils/avr-binutils.SlackBuild | |
parent | ff3c217d16ec260ee1d597dc9b7ec0077e629503 (diff) |
development/avr-binutils: Patched for AVR specific output of 'size'
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/avr-binutils/avr-binutils.SlackBuild')
-rw-r--r-- | development/avr-binutils/avr-binutils.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/development/avr-binutils/avr-binutils.SlackBuild b/development/avr-binutils/avr-binutils.SlackBuild index a8843bb79959d..ebd3f0aad29e1 100644 --- a/development/avr-binutils/avr-binutils.SlackBuild +++ b/development/avr-binutils/avr-binutils.SlackBuild @@ -3,7 +3,8 @@ # Slackware build script for avr-binutils # Written by Marek Buras <cyfr0n (at) go2 !dot pl> -# Now maintained by Vliegendehuiskat. +# Previously maintainted by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> +# Now maintained by Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com>. # This file is placed in the public domain. @@ -54,6 +55,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Apply patch for AVR specific output of 'size' (avr-size) +patch -p0 < $CWD/avr-size.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |