From 714e377141041662a1ea185c996781c4a3069b4e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 2 Aug 2018 14:30:17 +0800 Subject: [PATCH] seastar: pick up changes in seastar -ldl is not necessary if an application using dlopen() can compile and link just fine without it. same applies to -lrt, when it comes to time related calls. Signed-off-by: Kefu Chai --- src/seastar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seastar b/src/seastar index de0a2715028bf..21553df323c5d 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit de0a2715028bf1931e6730ab289b5daec3bdebb9 +Subproject commit 21553df323c5d675c82df204220088f7e57d0bb4 -- 2.39.5