From 37908e1c268634544c0e4680ca536ef6489e2ddf Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 4 Aug 2012 20:36:45 +0100 Subject: Warn that we're building an ancient libcurl --- sdk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/Makefile b/sdk/Makefile index f189ce9..4aca12e 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -78,6 +78,7 @@ endif ifeq ($(TARGET),ppc-amigaos) SDK_ITEMS := $(BUILDSTEPS)/libtre.d $(BUILDSTEPS)/libpbl.d $(COMMON_SDK_ITEMS) EXTRAARGS_LIBCARES := --disable-shared + $(warning Using ancient libcurl) VERSION_LIBCURL := 7.21.3 endif -- cgit v1.2.3