mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 02:07:11 +02:00
* fix shared library linking for linux (issue #7849, patch from Dominique Leducq)
git-svn-id: trunk@5433 -
This commit is contained in:
parent
c54e49d428
commit
09c8d571a6
@ -329,7 +329,7 @@ begin
|
|||||||
hp:=tmodule(hp.next);
|
hp:=tmodule(hp.next);
|
||||||
end;
|
end;
|
||||||
reorder := linklibc and ReOrderEntries;
|
reorder := linklibc and ReOrderEntries;
|
||||||
if islibrary then
|
if current_module.islibrary then
|
||||||
begin
|
begin
|
||||||
sysinitunit:='dll';
|
sysinitunit:='dll';
|
||||||
csysinitunit:='dll';
|
csysinitunit:='dll';
|
||||||
|
Loading…
Reference in New Issue
Block a user