Skip to content

Commit 82350ab

Browse files
[all] Test patch
1 parent 67c65da commit 82350ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

patches/0001-ltmain.in-Recognise-explicit-shared-library-args.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 53d7a927d28d60b125dcfd168273d8c89bd1d0da Mon Sep 17 00:00:00 2001
1+
From d2b49d19a23fc7528e2e7a695f01d3d7262d5c6b Mon Sep 17 00:00:00 2001
22
From: Nicolas Boulenguez <[email protected]>
33
Date: Mon, 23 Feb 2026 17:32:35 +0100
44
Subject: [PATCH] ltmain.in: Recognise explicit shared library args
@@ -75,7 +75,7 @@ index 9108006c..df85f00b 100644
7575
deplibs="$deplib $deplibs"
7676
diff --git a/tests/deplib-path.at b/tests/deplib-path.at
7777
new file mode 100644
78-
index 00000000..c214a4c8
78+
index 00000000..0b2df158
7979
--- /dev/null
8080
+++ b/tests/deplib-path.at
8181
@@ -0,0 +1,89 @@
@@ -150,7 +150,7 @@ index 00000000..c214a4c8
150150
+[[
151151
+AUTOMAKE_OPTIONS = no-dependencies foreign
152152
+ACLOCAL_AMFLAGS = -I m4
153-
+AM_LDFLAGS = -Wl,--no-undefined
153+
+AM_LDFLAGS = -no-undefined
154154
+lib_LTLIBRARIES = libsum.la
155155
+libsum_la_SOURCES = sum.c
156156
+libsum_la_LIBADD = libone.so -L. -l:libtwo.so -lthree

0 commit comments

Comments
 (0)