Skip to content

Commit

Permalink
softethervpn: remove rpath hack
Browse files Browse the repository at this point in the history
This was needed when readline was a shared library. Now that it's
static, this can be removed.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and 1582130940 committed Nov 18, 2022
1 parent e8f17d3 commit b709b38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/softethervpn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b709b38

Please sign in to comment.