Re: [Perlgssapi-developer] GSSAPI and cpan2rpm
Brought to you by:
achimgrolms
|
From: Dax K. <da...@gu...> - 2006-02-16 22:31:14
|
On Thu, 2006-02-16 at 23:18 +0100, Achim Grolms wrote:
> Try what happens if you change that to
>
> >WriteMakefile(
> LIBS => join (' ', @GSSLIBS),
> 'NAME' => 'GSSAPI',
> 'VERSION' => '0.18',
> 'PREREQ_PM' => { 'Test::More' => 0 },
> @LDDLFLAGS,
> 'DEFINE' => join (' ', @EXTRADEFINES),
> 'INC' => $incconf,
> 'macro' => { OTHER_XS => $otherxs },
> 'depend' => { 'GSSAPI.c' => '$(OTHER_XS)' }
> );
>
>
> and let me know, i will change that in distribution if that
> breaks things.
That didn't seem to work. I'm not sure why the original doesn't work
either.
You can get a copy of cpan2rpm from:
http://perl.arix.com/cpan2rpm/
Dax Kelson
Guru Labs
|