From c03af0afb3591c364b2a702c46c82d2a8261ed5f Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 24 Jul 2023 00:11:32 +0200 Subject: [PATCH] make-binaries: Remove outdated workaround Remove a workaround for an issue that has been fixed in Erlang/OTP 25: https://github.com/erlang/otp/pull/5558 --- tools/make-binaries | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/make-binaries b/tools/make-binaries index ddc6a09ab..442edfda4 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -684,9 +684,6 @@ build_deps() export erl_xcomp_sysroot="$prefix" fi cd "$target_src_dir/$otp_dir" - # Don't link against libnsl: https://github.com/erlang/otp/pull/5558 - sed -i -e '/LIBS="-lnsl/d' -e '/LIBS="-lsocket/d' \ - 'lib/erl_interface/configure' # The additional CFLAGS/LIBS below are required by --enable-static-nifs. # The "-ldl" flag specifically is only needed for ODBC, though. $configure \