From 45b597d83839674847e5174062747c62a0cb08e0 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Wed, 1 Aug 2018 13:01:02 -0500 Subject: [PATCH] options.conf: set keepstatic to true as from 64f62959dca6 ("acrn-manager: create acrn-hypervisor-dev package") acrn needs to keep statics libs --- options.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.conf b/options.conf index dd0b4dd..7c02f3e 100644 --- a/options.conf +++ b/options.conf @@ -28,7 +28,7 @@ funroll-loops = false # set flags to smallest -02 flags possible insecure_build = false # do not remove static libraries -keepstatic = false +keepstatic = true # do not require autostart subpackage no_autostart = false # disable stripping binaries