diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-05-23 16:45:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-05-23 16:45:58 (GMT) |
commit | 377eff5f2a84e2ffdb80eacdab9d8b38502c552e (patch) | |
tree | dec5d08a2bfb7afff32321683b4c5c9de6e1afe4 | |
parent | 0e87b15a9648bc891e149c0ec06e42ea739c7377 (diff) | |
download | linhes_pkgbuild-377eff5f2a84e2ffdb80eacdab9d8b38502c552e.zip linhes_pkgbuild-377eff5f2a84e2ffdb80eacdab9d8b38502c552e.tar.gz linhes_pkgbuild-377eff5f2a84e2ffdb80eacdab9d8b38502c552e.tar.bz2 |
paho-mqtt-c: update
-rw-r--r-- | linhes/paho-mqtt-c/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |