On 02/18/14 23:31, Jaromír Mikeš wrote:
Hi all,
Hi!
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) HTH _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
