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

(-)Makefile.PL~ (+4 lines)
Lines 11-16 Link Here
11
11
12
sub DEBUG { 0; }
12
sub DEBUG { 0; }
13
13
14
my $myLDFLAGS = $ENV{LDFLAGS};
15
my $LDDLFLAGS = join ' ', $Config{lddlflags},$myLDFLAGS;
16
14
# An existing makefile can confuse the CC test.
17
# An existing makefile can confuse the CC test.
15
unlink('Makefile');
18
unlink('Makefile');
16
# clean up the online testing flag file.
19
# clean up the online testing flag file.
Lines 74-79 Link Here
74
	},
76
	},
75
	XS            => {},
77
	XS            => {},
76
	C             => [],
78
	C             => [],
79
	'LDDLFLAGS'   => $LDDLFLAGS,
77
	clean         => { FILES => 't/online.enabled compile.* DNS.o DNS.c DNS.bs' },
80
	clean         => { FILES => 't/online.enabled compile.* DNS.o DNS.c DNS.bs' },
78
81
79
82

Return to bug 237344