From: Daan De Meyer Date: Thu, 18 Apr 2024 12:27:38 +0000 (+0200) Subject: mkosi: undefine FORTIFY_SOURCE instead of setting it zero X-Git-Tag: v256-rc1~134^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32335%2Fhead;p=thirdparty%2Fsystemd.git mkosi: undefine FORTIFY_SOURCE instead of setting it zero Newer gcc complains if FORTIFY_SOURCE=0 is set so just undefine it instead. --- diff --git a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot index be7594609da..5abeea5493c 100755 --- a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot +++ b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot @@ -25,7 +25,7 @@ mount --mkdir --rbind "$PWD/pkg/$ID" "pkg/$ID/src/" # on the makepkg command line so we append to /etc/makepkg.conf instead. The rootfs is overlaid with a # writable tmpfs during the build script so these changes don't end up in the image itself. tee --append /etc/makepkg.conf >/dev/null <