From 32b3ca2050ccd25aa69e86ab140d1a80328124ed Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 11 May 2014 14:59:18 +0800 Subject: [PATCH] Externals/curl - Add curl patchset (works with some libc fixes, to come) --- Externals/curl/Makefile | 14 ++++++++++++++ Externals/curl/patches/config.sub.patch | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 Externals/curl/Makefile create mode 100644 Externals/curl/patches/config.sub.patch diff --git a/Externals/curl/Makefile b/Externals/curl/Makefile new file mode 100644 index 00000000..e0c5eefa --- /dev/null +++ b/Externals/curl/Makefile @@ -0,0 +1,14 @@ +# +# Acess2 External: libcurl +# - Makefile and patches by John Hodge (thePowersGang) +# + +DEPS := +TARBALL_PATTERN := curl-*.tar.bz2 +TARBALL_TO_DIR_L := %.tar.bz2 +TARBALL_TO_DIR_R := % +PATCHES := config.sub +CONFIGURE_ARGS = LIBS=-lpsocket + +include ../common_automake.mk + diff --git a/Externals/curl/patches/config.sub.patch b/Externals/curl/patches/config.sub.patch new file mode 100644 index 00000000..83801547 --- /dev/null +++ b/Externals/curl/patches/config.sub.patch @@ -0,0 +1,7 @@ +--- bochs-2.6.2_orig/config.sub 2013-06-17 11:39:39.670720710 +0800 ++++ bochs-2.6.2/config.sub 2013-06-17 11:48:09.149384231 +0800 +@@ -1356,2 +1356,3 @@ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ ++ | -acess2 \ + | -aos* | -aros* \ + -- 2.20.1