mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 14:23:24 +08:00
libesmtp: update/fix site URL
The old URL was not working for quite some time. Signed-off-by: Marcel Patzlaff <m.patzlaff@pilz.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
52ef63d0bd
commit
43e7667fc8
@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBESMTP
|
||||
help
|
||||
Library for sending emails through SMTP.
|
||||
|
||||
http://www.stafford.uklinux.net/libesmtp
|
||||
http://brianstafford.info/libesmtp
|
||||
|
||||
comment "libesmtp needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
LIBESMTP_VERSION = 1.0.6
|
||||
LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
|
||||
LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
|
||||
LIBESMTP_SITE = http://brianstafford.info/libesmtp
|
||||
LIBESMTP_INSTALL_STAGING = YES
|
||||
LIBESMTP_CONFIG_SCRIPTS = libesmtp-config
|
||||
LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)
|
||||
|
Loading…
Reference in New Issue
Block a user