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 |
|