From b709b386afbcca0714be1722b58c3c71c7ebfb87 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 10 Mar 2022 20:49:02 -0800 Subject: [PATCH] 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 --- net/softethervpn/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/softethervpn/Makefile b/net/softethervpn/Makefile index e7d65993..88e0a480 100644 --- a/net/softethervpn/Makefile +++ b/net/softethervpn/Makefile @@ -39,7 +39,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