summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-20 19:01:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-20 19:01:28 -0300
commitf97f3f07bd88315c5872f77d8b51f4b09a80dc66 (patch)
tree39cbc09a3d24b4eb7fe0b525780e49831e3346af /libre
parent7076e49942e84bd8935049d3f83804c7858f752e (diff)
downloadabslibre-f97f3f07bd88315c5872f77d8b51f4b09a80dc66.tar.gz
abslibre-f97f3f07bd88315c5872f77d8b51f4b09a80dc66.tar.bz2
abslibre-f97f3f07bd88315c5872f77d8b51f4b09a80dc66.zip
ath9k-htc-firmware-1.4.0-3: disable implicit function declaration warning
Diffstat (limited to 'libre')
-rw-r--r--libre/ath9k-htc-firmware/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/ath9k-htc-firmware/PKGBUILD b/libre/ath9k-htc-firmware/PKGBUILD
index cb5c0d076..62cc811b8 100644
--- a/libre/ath9k-htc-firmware/PKGBUILD
+++ b/libre/ath9k-htc-firmware/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ath9k-htc-firmware
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Free firmware files for the Qualcomm Atheros AR7010 and AR9271 USB 802.11n NICs'
arch=('any')
url='http://wireless.kernel.org/en/users/Drivers/ath9k_htc'
@@ -29,7 +29,7 @@ build() {
export CTARGET="xtensa-unknown-elf"
export CC="xtensa-unknown-elf"
- export CFLAGS="-mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4 -fno-aggressive-loop-optimizations"
+ export CFLAGS="-mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4 -fno-aggressive-loop-optimizations -Wno-implicit-function-declaration"
export CXXFLAGS="${CFLAGS}"
cat > target_firmware/build/toolchain.cmake <<EOF