File otp_src_25.0-make-linux.patch of Package erlang
diff -Ndurp otp_src_25.0/make/autoconf/otp.m4 otp_src_25.0-make-linux/make/autoconf/otp.m4 --- otp_src_25.0/make/autoconf/otp.m4 2022-05-17 22:29:45.000000000 +0300 +++ otp_src_25.0-make-linux/make/autoconf/otp.m4 2022-05-22 04:57:45.706942243 +0300 @@ -3114,6 +3114,9 @@ if test "$CFLAG_RUNTIME_LIBRARY_PATH" = osf*) CFLAG_RUNTIME_LIBRARY_PATH="-Wl,-rpath," ;; + linux*) + CFLAG_RUNTIME_LIBRARY_PATH="-Wl,-rpath," + ;; *) ;; esac