File: useless_dependency.patch

package info (click to toggle)
libpgplot-perl 1%3A2.35-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,328 kB
  • sloc: perl: 3,880; ansic: 453; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: do not link against unused libraries
 dpkg-shlibdeps complained about useless dependencies on libgfortran.so.3,
 libpng12.so.0, libX11.so.6 and libm.so.6
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95006
Author: Florian Schlichting <fsfs@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-11-21

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -114,7 +114,6 @@
 
 my $LIBS = join(' ', map { "-l$_" }
 		qw/ cpgplot pgplot /,
-		map { split( ',', $_ ) } @Arg{qw/ XLIB EXLIB /}
 	       );
 
 my $IDIRS = join( ' ', map { "-I$_" } split( ',', $Arg{IDIR} ) );
@@ -195,7 +194,7 @@
 	'pgplot_tmp/libpgplot.a'
 	if -d 'pgplot_tmp';
 
-    $items{LIBS} = [ join( ' ', $LIBDIRS, $LIBS, ExtUtils::F77->runtime ) ];
+    $items{LIBS} = [ join( ' ', $LIBDIRS, $LIBS ) ];
 
     # This is not ideal since it assumes that:
     #    objc is required