diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-07-15 13:58:21 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-07-17 10:56:47 -0700 |
commit | 6c4d3583b79a3620749db4e6ca88c71ed5274f26 (patch) | |
tree | b65fa0e5a4e9ecbae06afdd4b7eb8e66d400f501 /net | |
parent | f3d8bbe9ab8fa3e06ab5f7add88b6fb09b2df4dc (diff) |
softethernetvpn: remove libiconv/host dependency
No longer present and with the nls.mk removal, no longer needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/softethervpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/softethervpn/Makefile b/net/softethervpn/Makefile index 0a26abc16..88e0a4807 100644 --- a/net/softethervpn/Makefile +++ b/net/softethervpn/Makefile @@ -24,7 +24,7 @@ PKG_LICENSE_FILES:=COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/v$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)/v$(PKG_VERSION) PKG_BUILD_DEPENDS:=softethervpn/host -HOST_BUILD_DEPENDS:=readline/host libiconv/host +HOST_BUILD_DEPENDS:=readline/host PKG_ASLR_PIE:=0 HAMCORE_SE2:=$(STAGING_DIR_HOST)/share/softethervpn/hamcore.se2 |