2014-02-23 17:13 GMT+01:00 Adrian Knoth <[email protected]>:

> On 02/18/14 23:31, Jaromír Mikeš wrote:
>
>  I am trying update mda-plugins and can't to pass cppflags correctly to
>> fix hardening.
>> Any waf expert between us? ;)
>>
>
> You have to put CXXFLAGS into the environment when calling configure:
>
>    http://code.google.com/p/waf/wiki/EnvironmentVariables
>
> In other words, you do
>
> override_dh_auto_configure:
>         CXXFLAGS=foo $(WAF) configure --prefix=/usr
>
> in debian/rules. (or CPPFLAGS respectively)
>

Hi,

In this case removing --debug from $(WAF) configure solved issue.
--debug option prevent flags to be applied.

best regards

mira
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to