FS#50036 - [linux-grsec-headers] objtool missing
Attached to Project:
Community Packages
Opened by Alexander Kempen (chron) - Thursday, 14 July 2016, 08:46 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 14 July 2016, 14:36 GMT
Opened by Alexander Kempen (chron) - Thursday, 14 July 2016, 08:46 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 14 July 2016, 14:36 GMT
|
Details
Description:
The linux-grsec-headers package is missing objtool, which is needed to build external modules. Additional info: * linux-grsec-headers >= 4.6 Steps to reproduce: Try to compile external modules. Fix: You can just copy 4 lines from the stock Arch kernel PKGBUILD(lines 255 to 259). # add objtool for external module building and enabled VALIDATION_STACK option if [ -f tools/objtool/objtool ]; then mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool" cp -a tools/objtool/objtool ${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool/ fi |
This task depends upon
Closed by Doug Newgard (Scimmia)
Thursday, 14 July 2016, 14:36 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#50002
Thursday, 14 July 2016, 14:36 GMT
Reason for closing: Duplicate
Additional comments about closing: