commit | bbc930c7569f5efaff69eba1298973de33921f15 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 14 13:05:09 2016 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 14 13:10:51 2016 -0500 |
tree | a5a4ca8023cf7ebbf571dc2410be7b78a600d611 | |
parent | a0149f6f4fa5b5902439b3a273afc1c75b91c892 [diff] |
libselinux: fix subdir build and usage of cmdline CFLAGS commit 16c123f4b1f3c8d20b3f597df161d7e635620923 ("libselinux: support ANDROID_HOST=1 on Mac") broke the ability to run make in the src subdirectory of libselinux (because OS and COMPILER were not defined) and also caused some warning flags that could be overridden via command-line CFLAGS to be mandatory. Fix it. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>