From 8171222721b745609af2df83189e68434251b3a0 Mon Sep 17 00:00:00 2001 From: Michael Traxler Date: Tue, 3 Aug 2021 18:18:44 +0200 Subject: [PATCH] USE_MM_LD_RUN_PATH needed to be able to use the local dynamic libraries, mt --- libtrbnet_perl/Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libtrbnet_perl/Makefile.PL b/libtrbnet_perl/Makefile.PL index 8cc79ca..5133a5d 100644 --- a/libtrbnet_perl/Makefile.PL +++ b/libtrbnet_perl/Makefile.PL @@ -13,5 +13,6 @@ WriteMakefile( INC => '-I../libtrbnet', DEFINE => '', LIBS => '-L../trbnetd -ltrbnet', - OBJECT => '$(O_FILES)' -); + OBJECT => '$(O_FILES)', + USE_MM_LD_RUN_PATH => 1, + ); -- 2.43.0