Unnamed repository
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> |
||
|---|---|---|
| .gitignore | ||
| libaio-install-to-destdir-slash-usr.patch | ||
| libaio-remove-nostartfiles-nostdlib-from-build-flags.patch | ||
| libaio.spec | ||
| sources | ||