alarm/firmware-brcm43xx to 1.1-5

Fix build with -Wno-implicit-function-declaration
This commit is contained in:
graysky 2024-06-26 09:33:01 -04:00
parent e1c58d239b
commit 2a01b68328

View file

@ -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
}