Commit 5ec8da03 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libesmtp: add optional openssl support

parent 43695a98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,4 +8,6 @@ LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
LIBESMTP_INSTALL_STAGING = YES

LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)

$(eval $(call AUTOTARGETS))