From 8a7b77bf03d071723b03d0296beff2ff306d4f23 Mon Sep 17 00:00:00 2001 From: Peter Bortas <zino@lysator.liu.se> Date: Wed, 13 Aug 2008 23:59:27 +0200 Subject: [PATCH] Add libffi to required bundles. Rev: Makefile:1.166 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d05b69c52..f8497d2072 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.165 2008/02/06 21:57:54 mast Exp $ +# $Id: Makefile,v 1.166 2008/08/13 21:59:27 peter Exp $ # # Meta Makefile # @@ -297,6 +297,10 @@ export: echo 'Missing Nettle bundle.'; \ EXPORT_PREREQ=FAIL ; \ fi ; \ + if ls bundles/libffi-*.tar.gz > /dev/null 2>&1; then : ; else \ + echo 'Missing libffi bundle.'; \ + EXPORT_PREREQ=FAIL ; \ + fi ; \ if [ "$$EXPORT_PREREQ" = "FAIL" ]; then : \ echo 'Fix the above error(s) and rerun "make export", or'; \ echo '"make export_forced" to bypass these checks.';\ -- GitLab