From 185144b04e94569135bcdc205354114c7988ff4d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 22 Dec 2018 00:06:00 +0800 Subject: [PATCH] seastar: pickup the change to link pthread otherwise seastar applications might fail to link on ubuntu xenial due to unresolvable symbols like thread_setname_np() Signed-off-by: Kefu Chai --- src/seastar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seastar b/src/seastar index 6f5dcc44147f..4ad64a507b61 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit 6f5dcc44147f60bf2abe04581da7a4cca33eaa08 +Subproject commit 4ad64a507b61056afdab1d24c13c0a94817833e2 -- 2.47.3