From 324dbdf832b3a7ae2e157bf43c1c2b2e5c399d0d Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 15 Jun 2015 09:09:51 +0000 Subject: [PATCH] - Fix lazbuild tool --- editors/lazarus/files/patch-ide_lazbuild.lpr | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/lazarus/files/patch-ide_lazbuild.lpr diff --git a/editors/lazarus/files/patch-ide_lazbuild.lpr b/editors/lazarus/files/patch-ide_lazbuild.lpr new file mode 100644 index 000000000000..f7ef287b5c2d --- /dev/null +++ b/editors/lazarus/files/patch-ide_lazbuild.lpr @@ -0,0 +1,13 @@ +--- ide/lazbuild.lpr 2015-06-15 03:49:45.000000000 -0500 ++++ ide/lazbuild.lpr 2015-06-15 03:50:20.000000000 -0500 +@@ -436,7 +436,9 @@ + DoCreateMakefile(APackage) + else + CompilePackage(APackage,Flags); +- ++ ++ PkgLinks.SaveUserLinks(true); ++ + Result:=true; + end; +