diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-13 11:32:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-03-13 11:32:48 -0400 |
commit | 0986e78484599ae055896f00b88ad588c6ba2d81 (patch) | |
tree | 6c15225d13d1989a96685d5e68d95178b43310e5 /pkgbuild/icu/0002-config-mh-darwin.patch | |
parent | c9dcc820b15fb98a7288aed6c87570a263e6dd63 (diff) | |
download | pacman-buildsys-master.tar.gz |
Diffstat (limited to 'pkgbuild/icu/0002-config-mh-darwin.patch')
-rw-r--r-- | pkgbuild/icu/0002-config-mh-darwin.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgbuild/icu/0002-config-mh-darwin.patch b/pkgbuild/icu/0002-config-mh-darwin.patch new file mode 100644 index 0000000..16b7b77 --- /dev/null +++ b/pkgbuild/icu/0002-config-mh-darwin.patch @@ -0,0 +1,14 @@ +--- source/config/mh-darwin.orig 2016-06-15 13:58:17.000000000 -0500 ++++ source/config/mh-darwin 2017-02-11 09:37:32.000000000 -0600 +@@ -30,11 +30,7 @@ + SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS) + + ## Compiler switches to embed a library name and version information +-ifeq ($(ENABLE_RPATH),YES) + LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET)) +-else +-LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET)) +-endif + + ## Compiler switch to embed a runtime search path + LD_RPATH= |