bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Exporting cflags #110

Closed archey closed 9 years ago

archey commented 9 years ago

Is it possible or do you have an example of how to export cflags in the build method to use the hardening wrapper in debian? I have tried to export CFLAGS but fpm-cookery seems to have issues with that.

If you can be of any assistance or point me in the right direction I'd be greatful.

Thanks

bernd commented 9 years ago

Please try ENV['CFLAGS'] = '...' in the build method.

bernd commented 9 years ago

Closing this, please re-open if you still have problems. Thank you!