sergey-safarov left a comment (kamailio/kamailio#4554)
@xkaraman here oputput for `riscv64` arch
```sh
docker run --rm --privileged -it --platform linux/riscv64 alpine:edge
/ # apk add openssl
(1/1) Installing openssl (3.5.4-r0)
Executing busybox-1.37.0-r30.trigger
OK: 8543 KiB in 18 packages
/ # openssl version -f | grep ZLIB
/ # openssl version -f
compiler: cc -fPIC -pthread -Wa,--noexecstack -Os -fstack-clash-protection
-Wformat -Werror=format-security -g -Os -fstack-clash-protection -Wformat
-Werror=format-security -g -Wa,--noexecstack -DOPENSSL_USE_NODELETE
-DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG
```
For reference on output for x86_64
```sh
docker run -it alpine:edge
/ # apk add openssl
(1/1) Installing openssl (3.5.4-r0)
Executing busybox-1.37.0-r30.trigger
OK: 9735 KiB in 18 packages
/ # openssl version -f | grep ZLIB
/ # openssl version -f
compiler: cc -fPIC -pthread -m64 -Wa,--noexecstack -Os -fstack-clash-protection
-Wformat -Werror=format-security -fno-plt -g -Os -fstack-clash-protection
-Wformat -Werror=format-security -fno-plt -g -Wa,--noexecstack
-DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL
-DNDEBUG
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4554#issuecomment-3759254205
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4554/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!