mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/firmware-brcm43xx to 1.1-5
Fix build with -Wno-implicit-function-declaration
This commit is contained in:
parent
e1c58d239b
commit
2a01b68328
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
pkgname=firmware-brcm43xx
|
||||
pkgdesc="bluetooth firmware and firware loading utility for the bcm43xx bluetooth"
|
||||
pkgver=1.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('armv7h')
|
||||
url="https://github.com/OpenBricks/openbricks/tree/master/packages/brcm-patchram-plus"
|
||||
license=('apache' 'custom')
|
||||
|
@ -34,7 +34,7 @@ md5sums=('bf01292eec17815baa68a83d3d7722ad'
|
|||
|
||||
build() {
|
||||
cd "${srcdir}/"
|
||||
gcc brcm_patchram_plus.c -o brcm_patchram_plus
|
||||
gcc -c -Wno-implicit-function-declaration brcm_patchram_plus.c -o brcm_patchram_plus
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue