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

ad9f10
--- a/patches/runtime/0010-Fix-singlefilehost-build-in-non-portable-mode-42415.patch
ad9f10
+++ b/patches/runtime/0010-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)
ad9f10
 @@ -216,3 +221,10 @@ target_link_libraries(
15bd86
-     ${NATIVE_LIBS}
15bd86
-     ${END_WHOLE_ARCHIVE}
ad9f10
+     ${LIBGSS}
15bd86
+     ${NATIVE_LIBS_EXTRA}
15bd86
  )
15bd86
 +
15bd86
 +if(NOT FEATURE_DISTRO_AGNOSTIC_SSL)