commit:     2c4a8d7c2c850e8b9a1859a6d7cfb2bd4769cf0e
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri May  6 14:03:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  7 04:29:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4a8d7c

net-proxy/dante: Fix build with slibtool

Removing -all-dynamic is the easiest choice as nothing seems
to actually provide that argument. GNU libtool of course will
ignore the issue.

Bug: https://bugs.gentoo.org/780039
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/25349
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-proxy/dante/dante-1.4.1-r6.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-proxy/dante/dante-1.4.1-r6.ebuild 
b/net-proxy/dante/dante-1.4.1-r6.ebuild
index 18dc73c8e8b4..85808412bb40 100644
--- a/net-proxy/dante/dante-1.4.1-r6.ebuild
+++ b/net-proxy/dante/dante-1.4.1-r6.ebuild
@@ -48,6 +48,9 @@ PATCHES=(
 src_prepare() {
        default
 
+       # 780039
+       sed -e 's/-all-dynamic//' -i dlib/Makefile.am dlib64/Makefile.am || die
+
        sed \
                -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
                -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \

Reply via email to