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

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