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

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