Skip to content

Commit 061accf

Browse files
committed
build: require libtool 2.4.2
Every system we support has 2.4.6 available, except for OpenBSD, which currently ships with 2.4.2 (released 2011). For now, set our minimum required version to that. After a 7 year hitus, 2.4.7 has also very recently been released: https://savannah.gnu.org/forum/forum.php?forum_id=10139. Partially motivated by comments in #24615. See also: https://repology.org/project/libtool/versions
1 parent bc562b9 commit 061accf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ fi
9696
AC_PROG_OBJCXX
9797
])
9898

99-
dnl Since libtool 1.5.2 (released 2004-01-25), on Linux libtool no longer
100-
dnl sets RPATH for any directories in the dynamic linker search path.
101-
dnl See more: https://wiki.debian.org/RpathIssue
102-
LT_PREREQ([1.5.2])
99+
dnl OpenBSD ships with 2.4.2
100+
LT_PREREQ([2.4.2])
103101
dnl Libtool init checks.
104102
LT_INIT([pic-only win32-dll])
105103

0 commit comments

Comments
 (0)