From 377eff5f2a84e2ffdb80eacdab9d8b38502c552e Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Fri, 23 May 2025 12:45:58 -0400 Subject: paho-mqtt-c: update --- linhes/paho-mqtt-c/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linhes/paho-mqtt-c/PKGBUILD b/linhes/paho-mqtt-c/PKGBUILD index 500a664..b434f81 100644 --- a/linhes/paho-mqtt-c/PKGBUILD +++ b/linhes/paho-mqtt-c/PKGBUILD @@ -2,7 +2,7 @@ pkgname=paho-mqtt-c pkgver=1.3.14 -pkgrel=1 +pkgrel=2 pkgdesc="Eclipse Paho C Client Library for the MQTT Protocol" arch=('x86_64' 'aarch64' 'armv7h') url="https://www.eclipse.org/paho/" @@ -16,6 +16,7 @@ build() { cd "${pkgname//-/.}-${pkgver}" cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr \ -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_SAMPLES=TRUE \ + -DCMAKE_C_STANDARD=11 \ -S . -B build cmake --build build } -- cgit v0.12