commit | 1e979a7a36d5209ea72f2906417724e03af7f127 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Fri Feb 05 21:55:51 2016 +0100 |
committer | Steve Lawrence <slawrence@tresys.com> | Thu Feb 11 08:43:20 2016 -0500 |
tree | 4162fa7da1a81e19d49d10a519224e1ee6d66eae | |
parent | 061c4fcbd42798ea2fca3962ac574bf562b33492 [diff] |
libsemanage: tests: do not overwrite CFLAGS and LDFLAGS libsemanage/tests/Makefile currently overwrites CFLAGS and LDFLAGS contents. This makes building with custom flags (e.g. with address sanitizer) harder. Append flags to these variables instead. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>