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

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