mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
stunnel: add STUNNEL_VERSION_MAJOR variable
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cee449a1ce
commit
670a833b57
@ -4,8 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
STUNNEL_VERSION = 5.17
|
STUNNEL_VERSION_MAJOR = 5
|
||||||
STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/5.x
|
STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).17
|
||||||
|
STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
|
||||||
STUNNEL_DEPENDENCIES = openssl
|
STUNNEL_DEPENDENCIES = openssl
|
||||||
STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
|
STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
|
||||||
--disable-libwrap
|
--disable-libwrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user