diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ea728034b9..af7b891375 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,7 +43,13 @@ October 25th, 2024 - [Zeckmathederg] - rust-bindgen: 0.70.1 -> 0.69.4. + [Toxikuu] - NSS: Fixed a build issue if SQLite + is not completely installed. PR + (#30) + + + + [Zeckmathederg] - rust-bindgen: 0.70.1 -> 0.69.4. [Toxikuu] - GLib2: Disabled tests and added libxslt as an diff --git a/shareddeps/net/nss.xml b/shareddeps/net/nss.xml index 4489868d20..a58bc776f5 100644 --- a/shareddeps/net/nss.xml +++ b/shareddeps/net/nss.xml @@ -99,6 +99,20 @@ patch -Np1 -i ../nss-&nss-version;-illegal_instruction-1.patch --> + + + + If you're rebuilding NSS and you have not installed SQLite, run the + following command to remove a problematic library: + + +sqlite3 --version > /dev/null 2>&1 || +if [ -f /usr/lib/libsqlite3.so ]; then + rm -vf /usr/lib/libsqlite3.so +fi + + + Install NSS by running the following commands: @@ -212,6 +226,19 @@ install -v -m644 Linux*/lib/pkgconfig/nss.pc /usr/lib/pkgconfignss. + + + If you're rebuilding NSS and you have not installed SQLite, run the + following command to remove a problematic library: + + +sqlite3 --version > /dev/null 2>&1 || +if [ -f /usr/lib32/libsqlite3.so ]; then + rm -vf /usr/lib32/libsqlite3.so +fi + + + Install lib32-NSS by running the following commands: