1diff -ru misc/icu/source/data/pkgdataMakefile.in misc/build/icu/source/data/pkgdataMakefile.in 2--- misc/icu/source/data/pkgdataMakefile.in 2024-10-21 16:00:26.000000000 -0400 3+++ misc/build/icu/source/data/pkgdataMakefile.in 2024-10-21 16:00:35.000000000 -0400 4@@ -14,6 +14,10 @@ 5 6 OUTPUTFILE=icupkg.inc 7 MIDDLE_SO_TARGET= 8+# LD_SONAME must end with a path, but on Darwin this does not happen, because 9+# file source/config/mh-darwin makes it end with FINAL_SO_TARGET, instead of 10+# MIDDLE_SO_TARGET like other Unixes. 11+LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name @executable_path/ 12 13 all : clean 14 @echo GENCCODE_ASSEMBLY_TYPE=$(GENCCODE_ASSEMBLY) >> $(OUTPUTFILE) 15