From b3a1550be9df845b51813f3102dd5e4580cf2e81 Mon Sep 17 00:00:00 2001 From: Sergey Zigachev Date: Mon, 9 Oct 2023 08:11:13 +0500 Subject: [PATCH] lang/erlang-runtime26: Copy Makefile patch from erlang-runtime25 --- ports/lang/erlang-runtime26/Makefile.DragonFly | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/lang/erlang-runtime26/Makefile.DragonFly diff --git a/ports/lang/erlang-runtime26/Makefile.DragonFly b/ports/lang/erlang-runtime26/Makefile.DragonFly new file mode 100644 index 000000000000..86f543c50c23 --- /dev/null +++ b/ports/lang/erlang-runtime26/Makefile.DragonFly @@ -0,0 +1,5 @@ +# ld is being called directly, so for now hardcode the options +LDFLAGS:= "-L/usr/local/lib -rpath=/usr/local/lib -rpath,/usr/local/lib" + +# gcc8 not enough? +USE_CLANG_FALLBACK= 14