Browse Source

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 <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 2 years ago
parent
commit
a97993a887
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      net/softethervpn/Makefile

+ 0
- 1
net/softethervpn/Makefile View File

@ -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


Loading…
Cancel
Save