From d596fddf2c4448a11095e6f163d674aa30b49cfd Mon Sep 17 00:00:00 2001 From: Markus Ueberall Date: Fri, 16 Aug 2024 19:16:46 +0200 Subject: [PATCH] =?UTF-8?q?Removed=20the=20warning=20about=20`libsignal=5F?= =?UTF-8?q?jni.so`=20builds=20for=20older=20Linux=20versions=20"containing?= =?UTF-8?q?=20references=20to=20functions=20only=20available=20in=20newer?= =?UTF-8?q?=20versions=20of=20`glibc`"=20=E2=80=93=20Code=20analysis=20sho?= =?UTF-8?q?ws=20that=20there=20are=20fallbacks=20in=20place,=20see=20https?= =?UTF-8?q?://github.com/exquo/signal-libs-build/issues/21#issuecomment-22?= =?UTF-8?q?93838085?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Provide-native-lib-for-libsignal.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Provide-native-lib-for-libsignal.md b/Provide-native-lib-for-libsignal.md index a775650..3567e43 100644 --- a/Provide-native-lib-for-libsignal.md +++ b/Provide-native-lib-for-libsignal.md @@ -25,7 +25,6 @@ Builds for some additional platforms are available in * `libsignal_jni_soNNNN_ubuntu1804_{amd64,i686,arm64,armv7,mips64el,mipsel,s390x,sparc64}.gz` _(these require `glibc` v2.25 or newer)_ * `libsignal_jni_soNNNN_ubuntu1604_{ppc64,ppc64el}.gz` _(these require `glibc` v2.22 or newer)_ * `libsignal_jni_soNNNN_ubuntu1604_{amd64,i686,arm64,armv7,mips64el,mipsel,powerpc,s390x,sparc64}.gz` _(these require `glibc` v2.18 or newer)_ - * **WARNING:** Current test builds contain references to `glibc` functions only available from v2.28, v2.25, respectively; depending on your use case(s), this might lead to errors (_work-in-progress_) ## Manual build