Skip to content

Commit cea2ce0

Browse files
committed
Merge bitcoin/bitcoin#24650: build: require libtool 2.4.2
061accf build: require libtool 2.4.2 (fanquake) Pull request description: Every system we support has 2.4.6 available, except for OpenBSD, which [currently ships with 2.4.2](https://github.com/openbsd/ports/blob/master/devel/libtool/Makefile) (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 bitcoin/bitcoin#24615. See also: https://repology.org/project/libtool/versions ACKs for top commit: achow101: ACK 061accf hebasto: ACK 061accf prusnak: ACK 061accf Tree-SHA512: bc032022b8609b73253ff1c4fd480f4d09be761b8fec295f39319f9499ee2df116f55295da476be551c43ed88fbb0bfed7bb5a188b9979b34147fe39737ec76f
2 parents 98e9d8e + 061accf commit cea2ce0

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)