commit | 3e636161eccd98c4d51cef4631bf2ae6a7c26170 | [log] [tgz] |
---|---|---|
author | Harmen Stoppels <harmenstoppels@gmail.com> | Fri Nov 05 09:12:09 2021 +0100 |
committer | Harmen Stoppels <harmenstoppels@gmail.com> | Fri Nov 05 09:32:05 2021 +0100 |
tree | 375037f417970e81b4857f083566f25d3e3a591d | |
parent | fcb4fb71e3888edf257f86d92e394abac4be81b6 [diff] [blame] |
Add changelog Signed-off-by: Harmen Stoppels <harmenstoppels@gmail.com>
diff --git a/ChangeLog.d/fix-needed-shared-libraries-linux.txt b/ChangeLog.d/fix-needed-shared-libraries-linux.txt new file mode 100644 index 0000000..74ad3bc --- /dev/null +++ b/ChangeLog.d/fix-needed-shared-libraries-linux.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix issue in Makefile on Linux with SHARED=1, that caused shared libraries + not to list other shared libraries they need.