Files
banan-os/ports/libcroco/patches/0001-add-shared-library-support.patch
T
2026-08-24 20:58:09 +03:00

32 lines
903 B
Diff

diff -ruN libcroco-0.6.13/configure libcroco-0.6.13-banan_os/configure
--- libcroco-0.6.13/configure 2019-04-06 20:28:06.000000000 +0300
+++ libcroco-0.6.13-banan_os/configure 2026-08-24 18:29:35.868215552 +0300
@@ -5609,6 +5609,10 @@
lt_cv_deplibs_check_method=pass_all
;;
+banan_os*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
beos*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -10822,6 +10826,16 @@
esac
;;
+banan_os*)
+ 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'
+ dynamic_linker="$host_os DynamicLoader.so"
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
beos*)
library_names_spec='$libname$shared_ext'
dynamic_linker="$host_os ld.so"