From: tobtoht Date: Mon, 13 Nov 2023 23:45:37 +0000 (+0100) Subject: depends: tor_linux: build static binary on x86_64 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=37f2971dc63bca6c65b422ac9885f13f8520a793;p=gamesguru%2Ffeather.git depends: tor_linux: build static binary on x86_64 --- diff --git a/contrib/depends/packages/tor_linux.mk b/contrib/depends/packages/tor_linux.mk index 67f11f48..8b5c5d04 100644 --- a/contrib/depends/packages/tor_linux.mk +++ b/contrib/depends/packages/tor_linux.mk @@ -11,6 +11,7 @@ define $(package)_set_vars $(package)_config_opts+=--with-libevent-dir=$(host_prefix) --with-openssl-dir=$(host_prefix) $(package)_config_opts+=--with-zlib-dir=$(host_prefix) --disable-tool-name-check --enable-fatal-warnings $(package)_config_opts+=--prefix=$(host_prefix) + $(package)_config_opts_x86_64+=--enable-static-tor $(package)_cflags+=-O2 $(package)_cxxflags+=-O2 $(package)_ldflags+=$(guix_ldflags)