diff options
author | Holger Paradies <retabell@gmx.de> | 2025-05-07 21:11:15 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-18 20:41:31 +0200 |
commit | 3f2b6211b4cbebba524c56da7d9cec3fb64ef657 (patch) | |
tree | 5336af54a0694fb8e338400ec894191e87591989 | |
parent | 84792be109f18938c4e69bcace073c3ccb93b0d0 (diff) | |
download | kanotix-3f2b6211b4cbebba524c56da7d9cec3fb64ef657.zip kanotix-3f2b6211b4cbebba524c56da7d9cec3fb64ef657.tar.gz |
Cups i386
Fix for build error if bookworm-security is enabled
-rw-r--r-- | config/lists/base | 4 | ||||
-rw-r--r-- | config/lists/cupsi386 | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/config/lists/base b/config/lists/base index 207edb6..b47cfb9 100644 --- a/config/lists/base +++ b/config/lists/base @@ -144,10 +144,10 @@ cups-client foomatic-db-engine foomatic-db #include <printer_driver_all> -libcups2 +libcups2t64 #endif #if ARCHITECTURE amd64 -libcups2:i386 +#include <cupsi386> #endif # build diff --git a/config/lists/cupsi386 b/config/lists/cupsi386 new file mode 100644 index 0000000..2b00c3c --- /dev/null +++ b/config/lists/cupsi386 @@ -0,0 +1,10 @@ +# config list cups +# eliminate build error + +#if DISTRIBUTION bookworm +libcups2:i386 +#endif + +#nif DISTRIBUTION bookworm +libcups2t64:i386 +#endif |