Lines 290-298
Link Here
|
290 |
|
290 |
|
291 |
# -------------------------------------------------------------------------- # |
291 |
# -------------------------------------------------------------------------- # |
292 |
# _NOW_ write the Makefile |
292 |
# _NOW_ write the Makefile |
|
|
293 |
|
294 |
my $myLDFLAGS = $ENV{LDFLAGS}; |
295 |
my $LDDLFLAGS= join ' ', $Config{lddlflags},$myLDFLAGS; |
296 |
|
293 |
WriteMakefile( |
297 |
WriteMakefile( |
294 |
%INFOS, |
298 |
%INFOS, |
295 |
%config, |
299 |
%config, |
|
|
300 |
LDDLFLAGS => $LDDLFLAGS, |
296 |
); |
301 |
); |
297 |
# -------------------------------------------------------------------------- # |
302 |
# -------------------------------------------------------------------------- # |
298 |
|
303 |
|