summaryrefslogtreecommitdiff
path: root/packages/hostap
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-23 08:20:25 +0100
committerChristian Breunig <christian@breunig.cc>2023-02-23 08:28:05 +0100
commitf492466013245edaaf48153ab6adccb81bbb4a88 (patch)
tree60fe3d867c150f6e4de4e338c60cb6fe2dc2ad2c /packages/hostap
parent77d264dfb9075bbd43c510bbd70c0602c1fbb511 (diff)
downloadvyos-build-f492466013245edaaf48153ab6adccb81bbb4a88.tar.gz
vyos-build-f492466013245edaaf48153ab6adccb81bbb4a88.zip
hostapd: T5003: temporary disable GCC12 warnings
Diffstat (limited to 'packages/hostap')
-rwxr-xr-xpackages/hostap/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/hostap/build.sh b/packages/hostap/build.sh
index 5e9767e7..98b77d38 100755
--- a/packages/hostap/build.sh
+++ b/packages/hostap/build.sh
@@ -27,4 +27,5 @@ version="$(git describe --tags | tr _ .)"
dch -v ${version:7} "New version to support AES-GCM-256 for MACsec" -b
echo "I: Build Debian hostap Package"
-dpkg-buildpackage -us -uc -tc -b -Ppkg.wpa.nogui
+DEB_CPPFLAGS_SET="-Wno-use-after-free -Wno-deprecated-declarations" \
+ dpkg-buildpackage -us -uc -tc -b -Ppkg.wpa.nogui,noudeb