From: Eneas U de Queiroz Date: Fri, 21 Dec 2018 16:29:05 +0000 (-0200) Subject: softethervpn: add -Wl,-rpath to HOST_LDFLAGS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2977cbba22ddccd6b07a3f94fd74db33b4066e29;p=openwrt-packages.git softethervpn: add -Wl,-rpath to HOST_LDFLAGS Avoids failures related to the absence of a matching libreadline.so in the host system. Signed-off-by: Eneas U de Queiroz --- diff --git a/net/softethervpn/Makefile b/net/softethervpn/Makefile index 1d7bcd4e7..4a480d497 100644 --- a/net/softethervpn/Makefile +++ b/net/softethervpn/Makefile @@ -39,6 +39,7 @@ HOST_MAKE_FLAGS += -C $(HOST_BUILD_DIR) # Select 32 or 64 bit Makefile for host build depending on host architecture HOST_MAKE_FLAGS += -f src/makefiles/linux_$(if $(shell uname -m | grep 64),64,32)bit.mak +HOST_LDFLAGS += -Wl,-rpath="$(STAGING_DIR_HOSTPKG)/lib" # Prevent calling upstream configure define Host/Configure endef