From 3e636161eccd98c4d51cef4631bf2ae6a7c26170 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Fri, 5 Nov 2021 09:12:09 +0100 Subject: [PATCH] Add changelog Signed-off-by: Harmen Stoppels --- ChangeLog.d/fix-needed-shared-libraries-linux.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/fix-needed-shared-libraries-linux.txt 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 0000000000..74ad3bc753 --- /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.