From f95b46a179966bcecaa43ca43093400206ff62cb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 29 Sep 2019 17:52:40 -0700 Subject: [PATCH] Revert "ola: Remove HOST_LDFLAGS hack" This reverts commit 4e6dae7f3993645e903c72cc7a0a5f165cc785da. --- net/ola/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/ola/Makefile b/net/ola/Makefile index 4b3f77456..7081f3c47 100644 --- a/net/ola/Makefile +++ b/net/ola/Makefile @@ -65,6 +65,8 @@ HOST_CONFIGURE_ARGS += \ --disable-doxygen-html \ --disable-doxygen-doc +HOST_LDFLAGS += -Wl,-rpath="$(STAGING_DIR_HOSTPKG)/lib" + # only build the ola_protoc thingy define Host/Compile cd $(HOST_BUILD_DIR); \