Date: Wednesday, November 3, 2021 @ 23:30:53 Author: heftig Revision: 427095
Disable WERROR Also leaks into external module builds. Modified: linux/trunk/PKGBUILD linux/trunk/config ----------+ PKGBUILD | 2 +- config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-03 23:30:52 UTC (rev 427094) +++ PKGBUILD 2021-11-03 23:30:53 UTC (rev 427095) @@ -26,7 +26,7 @@ 'C7E7849466FE2358343588377258734B41C31549' # David Runge <[email protected]> ) sha256sums=('SKIP' - '3b3e15e7346fe1b09632ecb0bbdc78f26815bcd0df2e6cd2e27c5486810c6572') + '8a0bdb434ac26c16e3a96f127d68c5585f3c33ee9ed01e12a33e3a36889c9aeb') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase Modified: config =================================================================== --- config 2021-11-03 23:30:52 UTC (rev 427094) +++ config 2021-11-03 23:30:53 UTC (rev 427095) @@ -26,7 +26,7 @@ # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_WERROR=y +# CONFIG_WERROR is not set CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_BUILD_SALT=""
