From f0bf8f9b4ae817005817f1d3a392499256d49436 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 18 Jan 2024 13:39:28 -0500 Subject: [PATCH] fix(gtk4) closes #4888 --- projects/gtk.org/gtk4/package.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/projects/gtk.org/gtk4/package.yml b/projects/gtk.org/gtk4/package.yml index c805d2f6..70127dfc 100644 --- a/projects/gtk.org/gtk4/package.yml +++ b/projects/gtk.org/gtk4/package.yml @@ -70,7 +70,8 @@ build: linux: # fails to build with objcopy from llvm PATH: ${{deps.gnu.org/binutils.prefix}}/bin:$PATH - LDFLAGS: $LDFLAGS -lpthread + # ld.lld: error: undefined reference due to --no-allow-shlib-undefined: jpeg_std_error@LIBJPEG_9.0 + LDFLAGS: $LDFLAGS -Wl,-lpthread,--allow-shlib-undefined provides: - bin/gtk4-builder-tool @@ -80,13 +81,9 @@ provides: - bin/gtk4-icon-browser - bin/gtk4-launch - bin/gtk4-node-editor - - bin/gtk4-path-tool - - bin/gtk4-print-editor - - bin/gtk4-path-tool - bin/gtk4-query-settings - bin/gtk4-print-editor - bin/gtk4-rendernode-tool - - bin/gtk4-query-settings - bin/gtk4-update-icon-cache - bin/gtk4-widget-factory