From: Michael Tremer Date: Tue, 31 Dec 2024 14:54:29 +0000 (+0000) Subject: stripper: Remove any previously existing debuglinks X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a53d4f9770f72dbf3e8200df4fe9b3ec32e25613;p=people%2Fric9%2Fpakfire.git stripper: Remove any previously existing debuglinks Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/stripper.c b/src/libpakfire/stripper.c index f93025ee6..daa083fec 100644 --- a/src/libpakfire/stripper.c +++ b/src/libpakfire/stripper.c @@ -475,6 +475,7 @@ static int pakfire_stripper_strip_debug_sections(struct pakfire_stripper* stripp "--strip-unneeded", // Add the debuglink + "--remove-section=.gnu_debuglink", "--add-gnu-debuglink", pakfire_relpath(stripper->pakfire, build_id_path), pakfire_relpath(stripper->pakfire, path),