On Sat, Aug 3, 2013 at 6:54 PM, Jaromír Mikeš <[email protected]> wrote: > > > > 2013/8/4 Felipe Sateler <[email protected]> >> >> >> So, I added a patch to let the Makefile obey standard variables. >> Therefore, we don't need patch 03 (CFLAGS already includes -O2), 04 >> (use gcc instead of ld to link), 06 (not sure why it was necessary, >> builds here), and 07 (the makefile now respects the hardening flags >> passed via environment). > > > 06 I can't recall why I did it :( > 07 without this patch hardening is not fixed > > Ok can I reintroduce 07 and upload?
Ah, the 00 patch is incomplete. the targets for the utility programs do not include LDFLAGS. I have included them in the patch, no lintian doesn't complain. I find it better to use LDFLAGS, because if in the future new hardening flags are introduced we will get them for free, otherwise we would have to import them one by one. -- Saludos, Felipe Sateler _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
