mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 01:09:57 +08:00
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>
This commit is contained in:
parent
89a2bb8ead
commit
c703c1ac47
@ -40,7 +40,6 @@ HOST_MAKE_FLAGS += -C $(HOST_BUILD_DIR)
|
|||||||
HOST_MAKE_FLAGS += \
|
HOST_MAKE_FLAGS += \
|
||||||
-f src/makefiles/$(if $(CONFIG_HOST_OS_MACOS),macos,linux)_$(if $(shell uname -m | grep 64),64,32)bit.mak
|
-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
|
# Prevent calling upstream configure
|
||||||
define Host/Configure
|
define Host/Configure
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user