From: Daan De Meyer Date: Mon, 22 Apr 2024 08:49:32 +0000 (+0200) Subject: mkosi: Explicitly disable fortify for debian/ubuntu X-Git-Tag: v256-rc1~85^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32391%2Fhead;p=thirdparty%2Fsystemd.git mkosi: Explicitly disable fortify for debian/ubuntu We do the same for the other distributions, so let's do so for debian/ubuntu as well. --- diff --git a/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot b/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot index 3059ce8476c..061ed5b5a76 100755 --- a/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot +++ b/mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.build.chroot @@ -48,6 +48,7 @@ build() { $( ((WITH_DEBUG)) || echo nostrip) \ terse \ optimize=-lto \ + hardening=-fortify \ ") \ DEB_BUILD_PROFILES=$(awk '$1=$1' <<<"\ $( ((WITH_TESTS)) || echo nocheck) \