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

(-)Makefile.PL~ (+4 lines)
Lines 31-39 Link Here
31
unlink("conftest.c");
31
unlink("conftest.c");
32
unlink("conftest");
32
unlink("conftest");
33
33
34
my $myLDFLAGS = $ENV{LDFLAGS};
35
my $LDDLFLAGS= join ' ', $Config{lddlflags},$myLDFLAGS;
36
34
WriteMakefile(
37
WriteMakefile(
35
    NAME => "Locale::gettext",
38
    NAME => "Locale::gettext",
36
    LIBS => ($libs eq '') ? [] : [$libs],
39
    LIBS => ($libs eq '') ? [] : [$libs],
40
	 LDDLFLAGS     => $LDDLFLAGS,
37
    VERSION_FROM => 'gettext.pm', 
41
    VERSION_FROM => 'gettext.pm', 
38
);
42
);
39
43

Return to bug 237356