summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/configure.p
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2022-01-04 12:21:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2022-01-04 12:21:20 +0000
commit65ef05d3ff8daaff5c263a32f0da4dd01529c690 (patch)
tree48ded1f66f1358505c438c5e49735634bfdef673 /sdk/recipes/patches/libcurl/ppc-amigaos/configure.p
parent107e45072a2bf934494644442541b378c5fbfcb9 (diff)
downloadtoolchains-chris/sdk-5334.tar.gz
toolchains-chris/sdk-5334.tar.bz2
ppc-amigaos: Fix libcurl buildchris/sdk-5334
Diffstat (limited to 'sdk/recipes/patches/libcurl/ppc-amigaos/configure.p')
-rw-r--r--sdk/recipes/patches/libcurl/ppc-amigaos/configure.p13
1 files changed, 13 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/configure.p b/sdk/recipes/patches/libcurl/ppc-amigaos/configure.p
new file mode 100644
index 0000000..91bf677
--- /dev/null
+++ b/sdk/recipes/patches/libcurl/ppc-amigaos/configure.p
@@ -0,0 +1,13 @@
+--- configure 2022-01-04 11:43:20.490235234 +0000
++++ configure 2022-01-04 11:56:40.357605123 +0000
+@@ -44201,9 +44201,7 @@ fi
+
+ if test "$USE_THREADS_POSIX" != "1"
+ then
+- CFLAGS="$CFLAGS -pthread"
+- # assign PTHREAD for pkg-config use
+- PTHREAD=" -pthread"
++
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
+ $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
+ if ${ac_cv_lib_pthread_pthread_create+:} false; then :