diff options
author | Ørjan Malde <red@foxi.me> | 2025-05-25 12:09:33 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2025-05-25 12:10:09 +0200 |
commit | b86baa91d62048d51496b18edf52dbad729549b0 (patch) | |
tree | e885ca9a2d047fef3981de3aaa2d42078d78c1d0 /patches/curl-8.13.0.local.patch | |
parent | 3b0e0e6b8bde4e1f8ebe0bcacc458ae2141989ce (diff) | |
download | midipix_build-b86baa91d62048d51496b18edf52dbad729549b0.tar.bz2 midipix_build-b86baa91d62048d51496b18edf52dbad729549b0.tar.xz |
groups.d/241.native_packages_inet.d/curl.package: bump to v8.13.0
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/curl-8.13.0.local.patch')
-rw-r--r-- | patches/curl-8.13.0.local.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/patches/curl-8.13.0.local.patch b/patches/curl-8.13.0.local.patch new file mode 100644 index 00000000..87364a70 --- /dev/null +++ b/patches/curl-8.13.0.local.patch @@ -0,0 +1,20 @@ +diff -ru curl-8.7.1.orig/configure curl-8.7.1/configure +--- curl-8.7.1.orig/configure 2024-04-08 23:55:17.997659030 +0200 ++++ curl-8.7.1/configure 2024-04-09 00:03:10.404057041 +0200 +@@ -15627,6 +15627,16 @@ + hardcode_libdir_flag_spec='-L$libdir' + ;; + ++midipix*) ++ version_type=linux # correct to gnu/linux during the next big refactor ++ 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 ++ ;; ++ ++ + # This must be glibc/ELF. + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor |