From: Daan De Meyer Date: Thu, 18 Apr 2024 12:00:30 +0000 (+0200) Subject: mkosi: Undefine FORTIFY_SOURCE before setting it again X-Git-Tag: v256-rc1~135^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bf8bfb69e549fe46e652366fc9e7fab0e02562;p=thirdparty%2Fsystemd.git mkosi: Undefine FORTIFY_SOURCE before setting it again Otherwise we get warnings from gcc. --- 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 8eebd62b047..13d4ebeb188 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 <