Patch attached. Thank you, Jeremy Bícha
From 0d2a5a411ba978a019dd05bb02ecca0517c4ca3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <[email protected]> Date: Fri, 15 Nov 2024 09:14:06 -0500 Subject: Strip -Wl,-Bsymbolic-functions out of LDFLAGS
so that hpcups and pxljr can override jinit_color_converter Closes: #1089027 LP: #777670 Gbp-Dch: Full --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0f10d51..3b2e1f9 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,8 @@ endif # To enable all, uncomment following line export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic $(FLOAT_STORE) +export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions +export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic $(FLOAT_STORE) export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

