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

(-)Makefile.PL~ (+5 lines)
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

Return to bug 237360