From 6f518c9d164ce83ae086e560caf55c79536f94c59cbc0c1c4bd3a77f2a0a7a3b Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 19 Jul 2012 12:07:36 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=131 --- bash.changes | 6 ++++++ bash.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bash.changes b/bash.changes index 2784656..8aabf6d 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 19 12:04:50 UTC 2012 - werner@suse.de + +- Do not mask internal _rl symbols as internal as there are many + tools out there which uses them (gdb as an example) + ------------------------------------------------------------------- Wed Jul 18 11:17:00 UTC 2012 - werner@suse.de diff --git a/bash.spec b/bash.spec index 58c8ce6..ef340f8 100644 --- a/bash.spec +++ b/bash.spec @@ -356,7 +356,7 @@ pushd ../readline-%{rl_vers}%{extend} (cat > rl.map)<<-'EOF' { local: - _rl*; + /* _rl*; */ xfree; xmalloc; xrealloc;