From 2a01b6832854be9d70f6f473bcda101bd01c5b93 Mon Sep 17 00:00:00 2001 From: graysky Date: Wed, 26 Jun 2024 09:33:01 -0400 Subject: [PATCH] alarm/firmware-brcm43xx to 1.1-5 Fix build with -Wno-implicit-function-declaration --- alarm/firmware-brcm43xx/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alarm/firmware-brcm43xx/PKGBUILD b/alarm/firmware-brcm43xx/PKGBUILD index 98f9175c4..a8f500e98 100644 --- a/alarm/firmware-brcm43xx/PKGBUILD +++ b/alarm/firmware-brcm43xx/PKGBUILD @@ -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 }