From: Michael Traxler Date: Tue, 3 Aug 2021 16:18:44 +0000 (+0200) Subject: USE_MM_LD_RUN_PATH needed to be able to use the local dynamic libraries, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8171222721b745609af2df83189e68434251b3a0;p=trbnettools.git USE_MM_LD_RUN_PATH needed to be able to use the local dynamic libraries, mt --- 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, + );