From: John Hodge Date: Sun, 11 May 2014 06:59:18 +0000 (+0800) Subject: Externals/curl - Add curl patchset (works with some libc fixes, to come) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=32b3ca2050ccd25aa69e86ab140d1a80328124ed;p=tpg%2Facess2.git Externals/curl - Add curl patchset (works with some libc fixes, to come) --- 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* \ +