diff options
author | Juergen Daubert <jue@jue.li> | 2020-11-19 19:39:04 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-11-21 13:35:22 +0100 |
commit | d753394ed7ae54df7e5197cdb0b87f37e5cb4f3e (patch) | |
tree | cf856fbc4747d84b881b27d829310377e1d8c0b4 /json-c | |
parent | 45509d2f580299b97c9d4e9960c1c7132124be0c (diff) | |
download | opt-d753394ed7ae54df7e5197cdb0b87f37e5cb4f3e.tar.gz opt-d753394ed7ae54df7e5197cdb0b87f37e5cb4f3e.tar.xz |
jscon-c: improve cmake syntax
Diffstat (limited to 'json-c')
-rw-r--r-- | json-c/.signature | 4 | ||||
-rw-r--r-- | json-c/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/json-c/.signature b/json-c/.signature index 17991548e..02399e676 100644 --- a/json-c/.signature +++ b/json-c/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VVNhxG/o6ym4Q2cjw9O2x0GXwbCsAeaQeT/gpGmLA/xy6WHjEOc3iB0/3AMXPyAiWb9WV1eHmOQOyx6QPfg/gs= -SHA256 (Pkgfile) = d4cb9acdcfa9f054a49a12c4550ef681180390adec4edc47bcf767bbd95e87bc +RWSE3ohX2g5d/XXFCh0uuCvfeYvP0W6gtCqfEu6xrjGddt3JBm0U96tUcKdv9yTs/5Fug7MslliYGz/a7EjIbCjO0qehXGW/ewY= +SHA256 (Pkgfile) = b3462b1e7c9fc411f67a57b9be4c6c4a71bbfeb6d67e95195cf67e5714fe8d55 SHA256 (.footprint) = fbeb5061184596a807a0355333b4b4ceb007a0cb5173ec7cabb2a5c527106754 SHA256 (json-c-0.15.tar.gz) = b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6 diff --git a/json-c/Pkgfile b/json-c/Pkgfile index eba7db1af..1c8af4e30 100644 --- a/json-c/Pkgfile +++ b/json-c/Pkgfile @@ -13,6 +13,7 @@ build() { -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=/usr/lib \ -D CMAKE_BUILD_TYPE=Release \ + -D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \ -D BUILD_TESTING=OFF cmake --build build DESTDIR=$PKG cmake --install build |