mirror of
https://github.com/pi-hole/docs.git
synced 2026-03-01 14:17:17 +00:00
Update nettel to 3.9.1
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -27,9 +27,9 @@ sudo dnf install git wget ca-certificates gcc gmp-devel gmp-static m4 cmake libi
|
||||
Compile and install a recent version using:
|
||||
|
||||
```bash
|
||||
wget https://ftp.gnu.org/gnu/nettle/nettle-3.9.tar.gz
|
||||
tar -xzf nettle-3.9.tar.gz
|
||||
cd nettle-3.9
|
||||
wget https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz
|
||||
tar -xzf nettle-3.9.1.tar.gz
|
||||
cd nettle-3.9.1
|
||||
./configure --libdir=/usr/local/lib --enable-static --disable-shared --disable-openssl --disable-mini-gmp -disable-gcov --disable-documentation
|
||||
make -j $(nproc)
|
||||
sudo make install
|
||||
|
||||
Reference in New Issue
Block a user