From f9f61863444b819f571ff6054ab675e028aac897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Sat, 25 Apr 2020 19:19:43 +0200 Subject: apr: properly support building shared libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/apr-1.6.5_pre.local.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 patches/apr-1.6.5_pre.local.patch (limited to 'patches') diff --git a/patches/apr-1.6.5_pre.local.patch b/patches/apr-1.6.5_pre.local.patch new file mode 100644 index 00000000..ae8e6908 --- /dev/null +++ b/patches/apr-1.6.5_pre.local.patch @@ -0,0 +1,21 @@ +diff -ru apr-1.6.5.orig/configure apr-1.6.5/configure +--- apr-1.6.5.orig/configure 2018-09-10 23:14:53.000000000 +0200 ++++ apr-1.6.5/configure 2020-04-25 19:12:30.858759347 +0200 +@@ -17277,6 +17277,16 @@ + dynamic_linker='GNU/Linux ld.so' + ;; + ++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' ++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ + netbsd*) + version_type=sunos + need_lib_prefix=no + -- cgit v1.2.3