Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 97590
Status: new
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

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



Subject: Setting CFLAGS and LDFLAGS
'perlbrew exec' doesn't set CFLAGS and LDFLAGS so you could end up having XS modules building with the wrong flags. Something along the lines of: eval `perl << 'EOF' use Config; print "export CFLAGS=\"$Config{ccflags}\"\n"; print "export LDFLAGS=\"$Config{ldflags}\"\n"; EOF`