mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
Closes: https://bugs.gentoo.org/756106 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
13 lines
363 B
Diff
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)
|