package/atftp: bump to version 0.8.0
- No configure script in official tarball - pcre has been replaced by pcre2 since5739ed9507
fdf479c31b
https://github.com/madmartin/atftp/blob/v0.8.0/Changelog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5f779a2071
commit
8acac82278
@ -1,3 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 93c87a4fb18218414e008e01c995dadd231ba4c752d0f894b34416d1e6d3038a atftp-0.7.5.tar.gz
|
sha256 df2aa089c7670f9eab40e5598e5d2cb6a582dc5182926ea50b4d690e4e37f316 atftp-0.8.0.tar.gz
|
||||||
sha256 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735 LICENSE
|
sha256 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735 LICENSE
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ATFTP_VERSION = 0.7.5
|
ATFTP_VERSION = 0.8.0
|
||||||
ATFTP_SITE = http://sourceforge.net/projects/atftp/files
|
ATFTP_SITE = http://sourceforge.net/projects/atftp/files
|
||||||
ATFTP_LICENSE = GPL-2.0+
|
ATFTP_LICENSE = GPL-2.0+
|
||||||
ATFTP_LICENSE_FILES = LICENSE
|
ATFTP_LICENSE_FILES = LICENSE
|
||||||
ATFTP_CPE_ID_VENDOR = atftp_project
|
ATFTP_CPE_ID_VENDOR = atftp_project
|
||||||
ATFTP_SELINUX_MODULES = tftp
|
ATFTP_SELINUX_MODULES = tftp
|
||||||
|
# No configure in tarball
|
||||||
|
ATFTP_AUTORECONF = YES
|
||||||
ATFTP_CONF_OPTS = --disable-libwrap --disable-mtftp
|
ATFTP_CONF_OPTS = --disable-libwrap --disable-mtftp
|
||||||
# For static we need to explicitly link against libpthread
|
# For static we need to explicitly link against libpthread
|
||||||
ATFTP_LIBS = -lpthread
|
ATFTP_LIBS = -lpthread
|
||||||
@ -27,8 +29,8 @@ else
|
|||||||
ATFTP_CONF_OPTS += --disable-libreadline
|
ATFTP_CONF_OPTS += --disable-libreadline
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
ifeq ($(BR2_PACKAGE_PCRE2),y)
|
||||||
ATFTP_DEPENDENCIES += pcre
|
ATFTP_DEPENDENCIES += pcre2
|
||||||
ATFTP_CONF_OPTS += --enable-libpcre
|
ATFTP_CONF_OPTS += --enable-libpcre
|
||||||
else
|
else
|
||||||
ATFTP_CONF_OPTS += --disable-libpcre
|
ATFTP_CONF_OPTS += --disable-libpcre
|
||||||
|
Loading…
Reference in New Issue
Block a user