diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-15 18:45:42 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-15 18:48:36 +0100 |
| commit | 5574d90306f66dfce17cec293e0df291d747596b (patch) | |
| tree | 397123224e2082a39db7c4ead5192f66dd696c9a /apt-pkg | |
| parent | 957de0abd4a3c5fe9142b48455165498ea785b3c (diff) | |
Add more excludes to the versionscript
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/versionscript.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apt-pkg/versionscript.in b/apt-pkg/versionscript.in index aea98abc7..c13353414 100644 --- a/apt-pkg/versionscript.in +++ b/apt-pkg/versionscript.in @@ -11,6 +11,12 @@ local: guard?variable?for?std::*; void?std::*; bool?std::*; + *std::__do_uninit_copy*; + typeinfo?for?__gnu_cxx::*; + vtable?for?__gnu_cxx::*; + typeinfo?name?for?__gnu_cxx::*; + guard?variable?for?__gnu_cxx::*; __gnu_cxx::*; + int?__gnu_cxx::*; }; }; |
