From: Philipp Klaus Date: Mon, 22 Oct 2018 14:16:09 +0000 (+0200) Subject: perl lib: add -ltirpc to Makefile.PL X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5809258a4bd282736109803dd4eb08de77a1abcb;p=trbnettools.git perl lib: add -ltirpc to Makefile.PL --- diff --git a/libtrbnet_perl/Makefile.PL b/libtrbnet_perl/Makefile.PL index 8cc79ca..4af7772 100644 --- a/libtrbnet_perl/Makefile.PL +++ b/libtrbnet_perl/Makefile.PL @@ -12,6 +12,6 @@ WriteMakefile( AUTHOR => 'Hades DAQ ') : ()), INC => '-I../libtrbnet', DEFINE => '', - LIBS => '-L../trbnetd -ltrbnet', + LIBS => '-L../trbnetd -ltrbnet -ltirpc', OBJECT => '$(O_FILES)' );