From 3e30f4d037ab12631ebbb6f04113fde6b6673061 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 8 Mar 2021 17:05:28 +0100 Subject: [PATCH] linux: more knowledge about stripping and non-PIE binaries --- easy-builder | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/easy-builder b/easy-builder index 9fe738b6..d9f7336a 100755 --- a/easy-builder +++ b/easy-builder @@ -17,10 +17,15 @@ build_type='Release' case "$(uname -s)" in # Stripping is known to make non-PIE Linux netradiant binary unusable. # Maybe that's related to the way we patch rpath? + # # Building NetRadiant as non-PIE is required because of # a mistake in the mimetype-library that prevents users # to run the application from file managers on Linux. + # # See: https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/11 + # + # After installation it's possible to strip manually all binaries except + # the netradiant one. 'Linux') install_target='install' ;; -- 2.39.2