diff options
author | Holger Paradies <retabell@gmx.de> | 2024-12-14 18:17:38 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-05 20:31:54 +0200 |
commit | d4950b86614d1d18aae95bf7db353a2e3f9dbab6 (patch) | |
tree | 783171852e0038f4242f901a4ba4f6f90005e733 /config | |
parent | a51df1bc0af5b63739ee6619af8911b2d1c15ebd (diff) | |
download | kanotix-d4950b86614d1d18aae95bf7db353a2e3f9dbab6.zip kanotix-d4950b86614d1d18aae95bf7db353a2e3f9dbab6.tar.gz |
replace libstdc++5 with libstdc++6
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/base | 5 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/lists/base b/config/lists/base index b23b749..207edb6 100644 --- a/config/lists/base +++ b/config/lists/base @@ -154,7 +154,12 @@ libcups2:i386 module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index c948c7b..67c5806 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -130,7 +130,12 @@ cups-client module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms |