From 5d00766ce8b18c8ecb192d6a54dd4e0bb75431a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 30 Sep 2018 15:50:48 +0200 Subject: [PATCH] prepare no-static-libs - requires extensive testing -> postpone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index a85b55e..6e7ab96 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -48,6 +48,9 @@ require conf/distro/include/mortsgna.inc # uncomment to enable security flags - images tested had issues require conf/distro/include/security_flags.inc +# disable static libs (not yet tested - might need recipe adjustments) +#require conf/distro/include/no-static-libs.inc + # Prefer openssh over dropbear TASK_BASIC_SSHDAEMON = "openssh-ssh openssh-sshd openssh-scp openssh-sftp openssh-sftp-server"