aboutsummaryrefslogtreecommitdiffstats
path: root/testing/azure-iot-sdk-c-static/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/azure-iot-sdk-c-static/APKBUILD')
-rw-r--r--testing/azure-iot-sdk-c-static/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/azure-iot-sdk-c-static/APKBUILD b/testing/azure-iot-sdk-c-static/APKBUILD
index f4aa735711..a8655b64ac 100644
--- a/testing/azure-iot-sdk-c-static/APKBUILD
+++ b/testing/azure-iot-sdk-c-static/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael John <gosh.mike@gmail.com>
pkgname=azure-iot-sdk-c-static
pkgver=1.3.7
-pkgrel=0
+pkgrel=1
pkgdesc="Azure IoT SDK"
url="https://github.com/Azure/azure-iot-sdk-c"
arch="all"
@@ -64,7 +64,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-Duse_amqp=OFF \