commit | 8fee76a53877a6c5b3fcffca4f14899bdaa0e2ea | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Nov 01 13:23:24 2016 -0700 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 01 16:30:51 2016 -0400 |
tree | a6b59a3570e9575c4c3b652f73e4bb8eb459963e | |
parent | 9f6c6324c245c118087545b83d11f59ad7b66928 [diff] |
libselinux: fix compiler flags for linux + clang As reported by Nicolas Iooss, the clang + linux build seems broken: clang-3.9: warning: argument unused during compilation: '-undefined dynamic_lookup' /usr/bin/ld: unrecognised option: -install_name clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation) We already have those options set for Darwin, just drop them from the clang side. Signed-off-by: William Roberts <william.c.roberts@intel.com>