From: Rosen Penev Date: Fri, 11 Mar 2022 04:49:02 +0000 (-0800) Subject: softethervpn: remove rpath hack X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a97993a887ff617ff3507ef4077e69be5f50c727;p=feed%2Fpackages.git softethervpn: remove rpath hack This was needed when readline was a shared library. Now that it's static, this can be removed. Signed-off-by: Rosen Penev --- diff --git a/net/softethervpn/Makefile b/net/softethervpn/Makefile index b8b7195194..d402da53cf 100644 --- a/net/softethervpn/Makefile +++ b/net/softethervpn/Makefile @@ -40,7 +40,6 @@ HOST_MAKE_FLAGS += -C $(HOST_BUILD_DIR) HOST_MAKE_FLAGS += \ -f src/makefiles/$(if $(CONFIG_HOST_OS_MACOS),macos,linux)_$(if $(shell uname -m | grep 64),64,32)bit.mak -HOST_LDFLAGS += -Wl,-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib # Prevent calling upstream configure define Host/Configure endef