projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31615c
)
softethervpn: remove rpath hack
author
Rosen Penev
<rosenp@gmail.com>
Fri, 11 Mar 2022 04:49:02 +0000
(20:49 -0800)
committer
Rosen Penev
<rosenp@gmail.com>
Fri, 11 Mar 2022 05:51:24 +0000
(21:51 -0800)
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>
net/softethervpn/Makefile
patch
|
blob
|
history
diff --git
a/net/softethervpn/Makefile
b/net/softethervpn/Makefile
index b8b719519454d4b6f568042636ee945680321daa..d402da53cfa0ff6cb775b77a8ce352ef631f6a75 100644
(file)
--- 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