Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-openssh: 提交

external/openssh


Commit MetaInfo

修訂bdff1786aa80418924f4574a1187a75f8b379445 (tree)
時間2019-01-12 09:13:58
作者Jiyong Park <jiyong@goog...>
CommiterJiyong Park

Log Message

Fix build breakage

sshd is using the symbol arc4random_stir which is not exposed from the
libc in the runtime APEX. Override this by directly linking to the
bootstrap bionic which exposes the symbol

Test: m sshd
Change-Id: I37ae12f1d979725e6396ccab20c6ea57d84724a6

Change Summary

差異

--- a/Android.mk
+++ b/Android.mk
@@ -294,6 +294,7 @@ LOCAL_C_INCLUDES := \
294294 external/openssh/openbsd-compat
295295
296296 LOCAL_SHARED_LIBRARIES += libssh libssl libcrypto libdl libz libcutils
297+LOCAL_SHARED_LIBRARIES += libc.bootstrap
297298
298299 include $(BUILD_EXECUTABLE)
299300
Show on old repository browser