Externals/curl - Add curl patchset (works with some libc fixes, to come)
authorJohn Hodge <[email protected]>
Sun, 11 May 2014 06:59:18 +0000 (14:59 +0800)
committerJohn Hodge <[email protected]>
Sun, 11 May 2014 06:59:18 +0000 (14:59 +0800)
Externals/curl/Makefile [new file with mode: 0644]
Externals/curl/patches/config.sub.patch [new file with mode: 0644]

diff --git a/Externals/curl/Makefile b/Externals/curl/Makefile
new file mode 100644 (file)
index 0000000..e0c5eef
--- /dev/null
@@ -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 (file)
index 0000000..8380154
--- /dev/null
@@ -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* \
+

UCC git Repository :: git.ucc.asn.au