mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
37
package/softether/softether.mk
Normal file
37
package/softether/softether.mk
Normal file
@@ -0,0 +1,37 @@
|
||||
################################################################################
|
||||
#
|
||||
# softether
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SOFTETHER_VERSION = v4.28-9669-beta
|
||||
SOFTETHER_SITE = $(call github,SoftEtherVPN,SoftEtherVPN_stable,$(SOFTETHER_VERSION))
|
||||
SOFTETHER_LICENSE = GPL-2.0
|
||||
SOFTETHER_LICENSE_FILES = LICENSE
|
||||
SOFTETHER_DEPENDENCIES = host-pkgconf host-softether libopenssl readline
|
||||
SOFTETHER_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_ENABLE_LOCALE),)
|
||||
SOFTETHER_DEPENDENCIES += libiconv
|
||||
SOFTETHER_CONF_ENV = LIBS+=" -liconv"
|
||||
endif
|
||||
|
||||
SOFTETHER_CONF_OPTS = --with-zlib="$(STAGING_DIR)/usr"
|
||||
|
||||
# host-libiconv does not exist, therefore we need this extra line
|
||||
HOST_SOFTETHER_DEPENDENCIES = host-pkgconf host-libopenssl host-readline
|
||||
|
||||
# target build creates the file hamcore.se2 which needs the host variant of
|
||||
# hamcorebuilder, for details see http://www.vpnusers.com/viewtopic.php?p=5426
|
||||
define HOST_SOFTETHER_BUILD_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/src/Mayaqua
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/src/Cedar
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/src/hamcorebuilder
|
||||
endef
|
||||
|
||||
define HOST_SOFTETHER_INSTALL_CMDS
|
||||
$(INSTALL) -m 0755 $(@D)/src/hamcorebuilder/hamcorebuilder $(HOST_DIR)/bin/hamcorebuilder
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user