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

(-)Expat/Makefile.PL~ (+4 lines)
Lines 18-27 Link Here
18
    AUTHOR   => 'Matt Sergeant (matt@sergeant.org)')
18
    AUTHOR   => 'Matt Sergeant (matt@sergeant.org)')
19
  if ($ExtUtils::MakeMaker::VERSION >= 5.4301);
19
  if ($ExtUtils::MakeMaker::VERSION >= 5.4301);
20
20
21
my $myLDFLAGS = $ENV{LDFLAGS};
22
my $LDDLFLAGS= join ' ', $Config{lddlflags},$myLDFLAGS;
23
21
WriteMakefile(
24
WriteMakefile(
22
    NAME	=> 'XML::Parser::Expat',
25
    NAME	=> 'XML::Parser::Expat',
23
    C         => ['Expat.c'],
26
    C         => ['Expat.c'],
24
    LIBS	=> $libs,
27
    LIBS	=> $libs,
28
	 LDDLFLAGS     => $LDDLFLAGS,
25
    XSPROTOARG => '-noprototypes',
29
    XSPROTOARG => '-noprototypes',
26
    VERSION_FROM => 'Expat.pm',
30
    VERSION_FROM => 'Expat.pm',
27
    @extras
31
    @extras

Return to bug 237349