yovada / gimp-dds

Automatically exported from code.google.com/p/gimp-dds
0 stars 0 forks source link

Allow distributions to inject into CFLAGS #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is normal practive for distribution packagers to inject their own set of 
CFLAGS.

Typical CFLAGS for openSUSE builds for example are:
-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector 
-funwind-tables -fasynchronous-unwind-tables

=> This differs for other dists, so it is NOT MEANT to add those to your build.

But, allowind a distribution to easily extend them would be nice.

Attached patch does just that:
It EXTENDS the distributors CFLAGS variable with the one needed by you
(minor change: cha

Original issue reported on code.google.com by dominiqu...@gmail.com on 5 Aug 2012 at 1:31

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the tip!  Your changes will included in the next release.

Original comment by ski...@gmail.com on 30 Aug 2012 at 6:56

GoogleCodeExporter commented 8 years ago

Original comment by ski...@gmail.com on 28 Nov 2013 at 7:36