gentoo-ebuilds/dev-tcltk/tls/files/tls-1.7.22-ldflags.patch
Alfredo Tupone f598447931
dev-tcltk/tls: do not strip shared files
Closes: https://bugs.gentoo.org/756106
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2020-12-25 11:23:33 +01:00

13 lines
363 B
Diff

--- a/configure.ac 2020-12-25 11:05:31.312433864 +0100
+++ b/configure.ac 2020-12-25 11:05:42.692248123 +0100
@@ -247,10 +247,8 @@
dnl Enable a stable ABI
DC_SETUP_STABLE_API([${srcdir}/tcltls.vers], tcltls.syms)
-if test "$tcltls_debug" = 'true'; then
WEAKENSYMS=':'
REMOVESYMS=':'
-fi
dnl Produce output
AC_OUTPUT(Makefile pkgIndex.tcl tcltls.syms)