]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
USE_MM_LD_RUN_PATH needed to be able to use the local dynamic libraries, mt
authorMichael Traxler <M.Traxler@gsi.de>
Tue, 3 Aug 2021 16:18:44 +0000 (18:18 +0200)
committerMichael Traxler <M.Traxler@gsi.de>
Tue, 3 Aug 2021 16:18:44 +0000 (18:18 +0200)
libtrbnet_perl/Makefile.PL

index 8cc79ca142ea343a1d8d87902bd567301dc8ef6d..5133a5d130faf79239525f8c3b2ec7b250456253 100644 (file)
@@ -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,
+             );