Skip to content

Commit 30fc1a3

Browse files
committed
build: Remove workaround for ancient libtool
Since libtool 1.5.2, on Linux libtool no longer sets RPATH for any directories in the dynamic linker search path, so there is no longer an issue. This commit reverts a98356f.
1 parent 6ca01b9 commit 30fc1a3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

configure.ac

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,17 +1664,6 @@ AC_CONFIG_SUBDIRS([src/secp256k1])
16641664

16651665
AC_OUTPUT
16661666

1667-
dnl Taken from https://wiki.debian.org/RpathIssue
1668-
case $host in
1669-
*-*-linux-gnu)
1670-
AC_MSG_RESULT([Fixing libtool for -rpath problems.])
1671-
sed < libtool > libtool-2 \
1672-
's/^hardcode_libdir_flag_spec.*$'/'hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/'
1673-
mv libtool-2 libtool
1674-
chmod 755 libtool
1675-
;;
1676-
esac
1677-
16781667
dnl Replace the BUILDDIR path with the correct Windows path if compiling on Native Windows
16791668
case ${OS} in
16801669
*Windows*)

0 commit comments

Comments
 (0)