Bruce Richardson e53ce4e413 acl: remove use of weak functions
Weak functions don't work well with static libraries and require the use of
"whole-archive" flag to ensure that the correct function is used when
linking. Since the weak functions are only used as placeholders within
this library alone, we can replace them with non-weak functions using
preprocessor ifdefs.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Tested-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2019-06-05 16:28:11 +02:00
..
2019-04-03 01:11:56 +02:00
2019-06-05 16:28:11 +02:00
2019-02-26 15:29:27 +01:00
2018-09-18 15:49:48 +02:00
2019-02-26 15:29:27 +01:00