Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237352
Collapse All | Expand All

(-)Makefile.PL~ (+5 lines)
Lines 78-83 Link Here
78
   exit 1;
78
   exit 1;
79
}
79
}
80
80
81
my $myLDFLAGS = $ENV{LDFLAGS};
82
my $LDDLFLAGS= join ' ', $Config{lddlflags},$myLDFLAGS;
83
84
81
###############################################################################
85
###############################################################################
82
# Write the makefile
86
# Write the makefile
83
87
Lines 91-96 Link Here
91
	      'LIBS'              => $config{LIBS},
95
	      'LIBS'              => $config{LIBS},
92
	      'DEFINE'            => "@DEFINE",
96
	      'DEFINE'            => "@DEFINE",
93
	      'INC'               => $config{INC},
97
	      'INC'               => $config{INC},
98
			'LDDLFLAGS'     	  => $LDDLFLAGS,
94
	      'dist'              => {COMPRESS => 'gzip', SUFFIX => 'gz'},
99
	      'dist'              => {COMPRESS => 'gzip', SUFFIX => 'gz'},
95
	     );
100
	     );
96
101

Return to bug 237352