From 425707e936772a859aa4e0208fd671397f0b2808 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 24 Jul 2022 14:46:11 +0200 Subject: [PATCH] Fix compilation with -Oodfa --- compiler/systems/t_linux.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index 32fcb50e96..2dad1d321c 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -870,6 +870,7 @@ begin MakeSharedLibrary:=false; mapstr:=''; ltostr:=''; + rpathstr:=''; if not(cs_link_nolink in current_settings.globalswitches) then Message1(exec_i_linking,current_module.sharedlibfilename); if (cs_link_smart in current_settings.globalswitches) and