You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tcltk/tls/files/tls-1.7.22-ldflags.patch

14 lines
363 B

--- 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)