Re: [Slackbuilds-users] Perl-modules and CFLAGS

2010-06-30 Thread Robby Workman
On Wed, 23 Jun 2010 23:28:04 +0200 Thomas Morper wrote: > Dear Slackbuilders, > > I'm in the process of preparing some Perl-modules for SBo but I'm > unsure how to handle CFLAGS "the right way" when C is involved. > > A MakeMaker-based Makefile.PL allows you to pass the CCFLAGS and > OPTIMIZE v

Re: [Slackbuilds-users] Perl-modules and CFLAGS

2010-06-23 Thread markus reichelt
* Thomas Morper wrote: > don't care about it; the result will be fine for most users. Those > who want more from their Perl modules still only have to add a > single line to the module's SlackBuild script. > > Interestingly, this is what the current template does :-) So, is > this the way to go

[Slackbuilds-users] Perl-modules and CFLAGS

2010-06-23 Thread Thomas Morper
Dear Slackbuilders, I'm in the process of preparing some Perl-modules for SBo but I'm unsure how to handle CFLAGS "the right way" when C is involved. A MakeMaker-based Makefile.PL allows you to pass the CCFLAGS and OPTIMIZE variables to the compiler, however... 1.) 'perl Makefile.PL CCFLAGS="$SL