summaryrefslogtreecommitdiff
path: root/libre/linux-libre-firmware
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-29 05:07:52 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-29 05:07:52 -0300
commitde1b72b31d5d779033c03c5eb124e434c45b8d1c (patch)
tree0138e342e125d53f53d86ec641931c27992b46c4 /libre/linux-libre-firmware
parentfac2009605dfcb3aec1d99cad2d91c267a819f1b (diff)
linux-libre-firmware: disable build error on binutils to create toolchain for free atheros firmware
Diffstat (limited to 'libre/linux-libre-firmware')
-rw-r--r--libre/linux-libre-firmware/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/linux-libre-firmware/PKGBUILD b/libre/linux-libre-firmware/PKGBUILD
index fc555c7b9..73d05ac86 100644
--- a/libre/linux-libre-firmware/PKGBUILD
+++ b/libre/linux-libre-firmware/PKGBUILD
@@ -46,6 +46,9 @@ prepare() {
cd $srcdir/open-ath9k-htc-firmware
+ # disable build error
+ sed 's|BINUTILS,|BINUTILS,\n\t\t--disable-werror,|' Makefile
+
# prepare toolchain to compile ath9k-htc firmware
make toolchain