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>
This commit is contained in:
parent
f3d8bbe9ab
commit
6c4d3583b7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/v$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/v$(PKG_VERSION)
|
||||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)/v$(PKG_VERSION)
|
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)/v$(PKG_VERSION)
|
||||||
PKG_BUILD_DEPENDS:=softethervpn/host
|
PKG_BUILD_DEPENDS:=softethervpn/host
|
||||||
HOST_BUILD_DEPENDS:=readline/host libiconv/host
|
HOST_BUILD_DEPENDS:=readline/host
|
||||||
|
|
||||||
PKG_ASLR_PIE:=0
|
PKG_ASLR_PIE:=0
|
||||||
HAMCORE_SE2:=$(STAGING_DIR_HOST)/share/softethervpn/hamcore.se2
|
HAMCORE_SE2:=$(STAGING_DIR_HOST)/share/softethervpn/hamcore.se2
|
||||||
|
|
Loading…
Reference in a new issue