Skip to content

Commit 5b82746

Browse files
committed
external_deps: disable Nettle fat, fix build on newer Debian
1 parent dd7304a commit 5b82746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external_deps/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ build_nettle() {
367367

368368
cd "${dir_name}"
369369

370-
configure_build
370+
configure_build \
371+
--disable-fat
371372
}
372373

373374
# Build cURL

0 commit comments

Comments
 (0)