Blame SOURCES/source-build-runtime-patch-fixup.patch

453a20
--- a/patches/runtime/0014-Fix-singlefilehost-build-in-non-portable-mode-42415.patch
453a20
+++ b/patches/runtime/0014-Fix-singlefilehost-build-in-non-portable-mode-42415.patch
453a20
@@ -45,8 +45,8 @@
453a20
          # These options are used to force every object to be included even if it's unused.
453a20
          set(START_WHOLE_ARCHIVE -Wl,--whole-archive)
453a20
 @@ -212,3 +217,10 @@ target_link_libraries(singlefilehost
453a20
-     ${NATIVE_LIBS}
453a20
-     ${END_WHOLE_ARCHIVE}
453a20
+     ${NATIVE_LIBS_EXTRA}
453a20
+
453a20
  )
453a20
 +
453a20
 +if(NOT FEATURE_DISTRO_AGNOSTIC_SSL)