Unnamed repository
Go to file
Paolo Bonzini 23dde70494 pass in distro-provided build flags
This resolves the following annocheck warnings:
Hardened: ./usr/lib64/libaio.so.1.0.0: FAIL: Not linked with -Wl,-z,now.
Hardened: ./usr/lib64/libaio.so.1.0.0: FAIL: GNU Property note is missing.

We also get rid of the "-nostartfiles -nostdlib" CFLAGS.  nostartfiles
just doesn't seem necessary (though I don't think it actually does any
harm).  -nostdlib is actually problematic for a couple of cases:
1) now that we're using gcc's stack protector hardening, we need to link
   with libgcc.  We're also using the glibc system call wrappers, so
   we are using libc!
2) It was reported that some architectures require libgcc when compiled
   with -Os, for example.

- Resolves: rhbz#1630578

[Patch originally by Jeff Moyer]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-13 17:14:15 +01:00
.gitignore Update to 0.3.111 2018-03-07 11:12:19 -05:00
libaio-install-to-destdir-slash-usr.patch Update to 0.3.111 2018-03-07 11:12:19 -05:00
libaio-remove-nostartfiles-nostdlib-from-build-flags.patch pass in distro-provided build flags 2019-03-13 17:14:15 +01:00
libaio.spec pass in distro-provided build flags 2019-03-13 17:14:15 +01:00
sources Update to 0.3.111 2018-03-07 11:12:19 -05:00