commit | b003b2e6f9e54e7b2bde15828b97f5dc285b915e | [log] [tgz] |
---|---|---|
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | Tue Oct 25 13:22:39 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Oct 25 13:22:56 2016 -0400 |
tree | 2a9c5f27df6e959082fac40910f84c7523bd9c13 | |
parent | 1e19b01be31fc5264a84d246023ecf29e44949df [diff] |
libsupport: fix compilation on RHEL 5.x due to missing magic define RHEL 5.x does have magic.h, but it does not define all expected symbols. In particular, the NO_CHECK symbols were only added in file 4.20 and RHEL 5.x is using 4.17. Add substitute defines to allow continued usage of magic but without the requested exclude checks. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>