commit | 63aa7fc036a8a99337a4b032269065e89a7cf3fc | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Tue May 09 10:47:39 2017 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue May 09 10:47:39 2017 -0400 |
tree | d88ea02313ee1d3831c7b9e36647a472c01f7025 | |
parent | 3376ac498e36de3094574f925f9e7b8cf3d21976 [diff] |
libselinux: Fix CFLAGS definition commit 16c123f4b1f3c8d20b3f597df161d7e635620923 ("libselinux: support ANDROID_HOST=1 on Mac") split up warning flags in CFLAGS based on compiler support in a manner that could lead to including a subset that is invalid, e.g. upon make DESTDIR=/path/to/dest install. Fix it. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>