diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-06 15:30:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-14 15:18:28 +0000 |
commit | 44639bd817f5f42c364333f741168f3b9a3fb950 (patch) | |
tree | b1356a3ac9c6ec47db4df873f4012f1fc39a00b3 /meta-skeleton/recipes-kernel | |
parent | a0be9bd862d039307f8349c66496f409290de075 (diff) | |
download | poky-44639bd817f5f42c364333f741168f3b9a3fb950.tar.gz |
libaio: don't disable linking to the system libraries
For some reason that I don't understand (a decade-old attempt at optimisation?)
libaio disables linkage to the system libraries. Enabling fortify means linking
to the system libraries, so remove the existing addition of -lc for x86 (the
problem also happens on at least PPC) and just link to the system libraries on
all platforms.
Also remove the sed of src/Makefile as the build not respecting LDFLAGS has been
fixed upstream.
(From OE-Core rev: f435ac9db0581d8313a38d586b00c2b3de419298)
(From OE-Core rev: 901af5a00338fd8f1ace939123484ea91c090a7a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-kernel')
0 files changed, 0 insertions, 0 deletions