Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-VerifyX509 CPAN distribution.

Report information
The Basics
Id: 78959
Status: open
Priority: 0/
Queue: Crypt-OpenSSL-VerifyX509

People
Owner: Nobody in particular
Requestors: jesse.thompson [...] doit.wisc.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: only compiles with gcc
Makefile.PL has cc_optimize_flags('-O2 -g -Wall -Werror'); which are flags that only work with gcc which means that this modules does not compile using a different compiler such as the Oracle/Sun Solaris Studio CC (/opt/SUNWspro/bin/cc)
I've made a P/R at https://github.com/chrisa/perl-Crypt-OpenSSL-VerifyX509/pull/3 On Tue Aug 14 13:32:34 2012, zjt wrote: Show quoted text
> Makefile.PL has > > cc_optimize_flags('-O2 -g -Wall -Werror'); > > which are flags that only work with gcc > > which means that this modules does not compile using a different compiler > > such as the Oracle/Sun Solaris Studio CC (/opt/SUNWspro/bin/cc)