commit 5b9b2d4
hovercats
·
2024-06-17 06:55:34 +0000 UTC
parent 1020382
nettle: fix libdir. it should install to lib and not lib64
2 files changed,
+2,
-1
+1,
-0
1@@ -2,6 +2,7 @@
2
3 ./configure \
4 --prefix=/usr \
5+ --libdir=/usr/lib \
6 --enable-static \
7 --enable-mini-gmp \
8 --disable-documentation
+1,
-1
1@@ -1 +1 @@
2-3.10 1
3+3.10 2