]> code.ossystems Code Review - openembedded-core.git/commit
libaio: don't disable linking to the system libraries
authorRoss Burton <ross.burton@intel.com>
Fri, 6 Nov 2015 15:30:58 +0000 (15:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:36:52 +0000 (11:36 +0000)
commitf435ac9db0581d8313a38d586b00c2b3de419298
treeedbbfab4d80b6521eb672a7238f4478fbce849d2
parentabf8975bce4bf5d05dbb186d5089f0c3fe07eefb
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/libaio/libaio/system-linkage.patch [new file with mode: 0644]
meta/recipes-extended/libaio/libaio_0.3.110.bb