From 34ddfb3bb8591e23f2174aa95e768eb4b48b8157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 8 Mar 2016 12:11:23 +0100 Subject: - Fix curl shared object linking. - Move git ahead of curl to build w/ Curl support. --- curl-7.47.1.local.patch | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'curl-7.47.1.local.patch') diff --git a/curl-7.47.1.local.patch b/curl-7.47.1.local.patch index d0148277..430db3d5 100644 --- a/curl-7.47.1.local.patch +++ b/curl-7.47.1.local.patch @@ -20,3 +20,40 @@ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ +--- curl-7.47.1/configure.orig 2016-02-07 15:43:48.000000000 +0100 ++++ curl-7.47.1/configure 2016-03-08 11:33:24.125711200 +0100 +@@ -14297,6 +14297,18 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + ++midipix*) ++ version_type=linux ++ need_lib_prefix=no ++ need_version=no ++ library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}" ++ soname_spec="\${libname}\${release}\${shared_ext}\$major" ++ shlibpath_var=LD_LIBRARY_PATH ++ shlibpath_overrides_runpath=no ++ hardcode_into_libs=no ++ dynamic_linker='GNU/Linux ld.so' ++ ;; ++ + netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no +@@ -42993,3 +43005,15 @@ + + fi + ++# a transitional workaround... ++case $host_os in ++ midipix*) ++ cp $ac_confdir/libtool.midipix libtool || exit 2 ++ ++ sed -i -e 's/@cbb_host_os@/'$host'/g' \ ++ -e 's/@cbb_build_alias@/'$build_alias'/g' \ ++ -e 's/@cbb_build_os@/'$build_os'/g' \ ++ -e 's/@cbb_build@/'$build'/g' libtool || exit 2 ++ ;; ++esac ++ -- cgit v1.2.3