From: Rosen Penev Date: Thu, 26 Sep 2019 05:00:04 +0000 (-0700) Subject: ola: Remove HOST_LDFLAGS hack X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4e6dae7f3993645e903c72cc7a0a5f165cc785da;p=openwrt-packages.git ola: Remove HOST_LDFLAGS hack This has been solved properly. Signed-off-by: Rosen Penev --- diff --git a/net/ola/Makefile b/net/ola/Makefile index 7081f3c47..4b3f77456 100644 --- a/net/ola/Makefile +++ b/net/ola/Makefile @@ -65,8 +65,6 @@ 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); \