summaryrefslogtreecommitdiffhomepage
path: root/patches/curl-7.61.0.local.patch
diff options
context:
space:
mode:
authorJack Duvall <jediguy9@gmail.com>2020-03-27 17:33:38 -0400
committerJack Duvall <jediguy9@gmail.com>2020-03-27 17:35:35 -0400
commit0c01fac9809d4ebee67eaf74f90435daa4ba0c4f (patch)
tree3ca0e6ab98059d3c9c710699536a48b3e83bc7e4 /patches/curl-7.61.0.local.patch
parent35039d6e54cd50a96fc8511188a8d326d45cd9c6 (diff)
downloadmidipix_build-0c01fac9809d4ebee67eaf74f90435daa4ba0c4f.tar.bz2
midipix_build-0c01fac9809d4ebee67eaf74f90435daa4ba0c4f.tar.xz
Final patches to make things work all the way through
Diffstat (limited to 'patches/curl-7.61.0.local.patch')
-rw-r--r--patches/curl-7.61.0.local.patch21
1 files changed, 19 insertions, 2 deletions
diff --git a/patches/curl-7.61.0.local.patch b/patches/curl-7.61.0.local.patch
index 3376743f..3794ecea 100644
--- a/patches/curl-7.61.0.local.patch
+++ b/patches/curl-7.61.0.local.patch
@@ -1,5 +1,6 @@
---- curl-7.61.0/configure.orig 2018-07-09 07:52:18.000000000 +0100
-+++ curl-7.61.0/configure 2020-03-12 08:51:25.825416713 +0000
+diff -ru a/configure b/configure
+--- a/configure 2018-07-09 07:52:18.000000000 +0100
++++ b/configure 2020-03-12 08:51:25.825416713 +0000
@@ -14553,6 +14553,16 @@
dynamic_linker='GNU/Linux ld.so'
;;
@@ -893,3 +894,19 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler halts on compilation errors" >&5
$as_echo_n "checking if compiler halts on compilation errors... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+diff -ru a/curl-config.in b/curl-config.in
+--- a/curl-config.in 2018-06-14 10:31:24.000000000 -0400
++++ b/curl-config.in 2020-03-27 15:39:03.029645413 -0400
+@@ -143,11 +143,7 @@
+ ;;
+
+ --libs)
+- if test "X@libdir@" != "X/usr/lib" -a "X@libdir@" != "X/usr/lib64"; then
+- CURLLIBDIR="-L@libdir@ "
+- else
+- CURLLIBDIR=""
+- fi
++ CURLLIBDIR=""
+ if test "X@REQUIRE_LIB_DEPS@" = "Xyes"; then
+ echo ${CURLLIBDIR}-lcurl @LIBCURL_LIBS@
+ else