diff options
author | Sam James <sam@gentoo.org> | 2021-02-19 16:00:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-19 16:03:00 +0000 |
commit | 1a30dec948cbfa6f3f8cf0bc0eb54852047e2982 (patch) | |
tree | a8013ce7bda43084001b1d9e849afd14fb868db3 /net-vpn | |
parent | sci-libs/cantera: add static libs comment (diff) | |
download | gentoo-1a30dec948cbfa6f3f8cf0bc0eb54852047e2982.tar.gz gentoo-1a30dec948cbfa6f3f8cf0bc0eb54852047e2982.tar.bz2 gentoo-1a30dec948cbfa6f3f8cf0bc0eb54852047e2982.zip |
net-vpn/tor: fix typo causing test failures
Thanks-to: Jason Chan <graysonchsi@gmail.com>
Closes: https://bugs.gentoo.org/770370
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch | 27 | ||||
-rw-r--r-- | net-vpn/tor/tor-0.4.5.6.ebuild | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch b/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch new file mode 100644 index 000000000000..31234c735bc4 --- /dev/null +++ b/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch @@ -0,0 +1,27 @@ +https://bugs.gentoo.org/770370 +diff --git a/src/app/include.am b/src/app/include.am +index 8bb315fff1..2e2180deca 100644 +--- a/src/app/include.am ++++ b/src/app/include.am +@@ -28,7 +28,7 @@ src_app_tor_cov_SOURCES = $(src_app_tor_SOURCES) + src_app_tor_cov_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) + src_app_tor_cov_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) + src_app_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB) \ +- @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFALGS@ ++ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFLAGS@ + src_app_tor_cov_LDADD = src/test/libtor-testing.a \ + @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ $(TOR_LIBS_CRYPTLIB) \ + @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_SHLWAPI@ @TOR_LIB_GDI@ \ +diff --git a/Makefile.in b/Makefile.in +index 8e29bf3..5c9d3e5 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -6674,7 +6674,7 @@ src_app_tor_LDADD = libtor.a \ + @COVERAGE_ENABLED_TRUE@src_app_tor_cov_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) + @COVERAGE_ENABLED_TRUE@src_app_tor_cov_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) + @COVERAGE_ENABLED_TRUE@src_app_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB) \ +-@COVERAGE_ENABLED_TRUE@ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFALGS@ ++@COVERAGE_ENABLED_TRUE@ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFLAGS@ + + @COVERAGE_ENABLED_TRUE@src_app_tor_cov_LDADD = src/test/libtor-testing.a \ + @COVERAGE_ENABLED_TRUE@ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ $(TOR_LIBS_CRYPTLIB) \ diff --git a/net-vpn/tor/tor-0.4.5.6.ebuild b/net-vpn/tor/tor-0.4.5.6.ebuild index 63ea086b109c..c9dce6ad8633 100644 --- a/net-vpn/tor/tor-0.4.5.6.ebuild +++ b/net-vpn/tor/tor-0.4.5.6.ebuild @@ -38,6 +38,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch + "${FILESDIR}"/${PN}-0.4.5.5_rc1-LDFLAGS-typo.patch ) DOCS=() |