[Buildroot] [git commit] libesmtp: add optional openssl support

Peter Korsgaard jacmet at sunsite.dk
Mon Jan 2 22:34:40 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=5ec8da031b9fad064d4cc6ee70106af12cb109b2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/libesmtp/libesmtp.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk
index 63f3192..f9be7cc 100644
--- a/package/libesmtp/libesmtp.mk
+++ b/package/libesmtp/libesmtp.mk
@@ -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))


More information about the buildroot mailing list