Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created December 31, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iMichka/1cd3a8211822c9729ca261ab445cf1c1 to your computer and use it in GitHub Desktop.
Save iMichka/1cd3a8211822c9729ca261ab445cf1c1 to your computer and use it in GitHub Desktop.
--- sra-tools-2.10.9/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:19:26.000000000 +0100
+++ sra-tools-2.10.9-old/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:18:51.000000000 +0100
@@ -86,7 +86,6 @@
ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@.$(MAJOR)
libutf8proc.$(MAJOR).dylib: utf8proc.o
- LDFLAGS:=$(filter-out -c,$(LDFLAGS))
$(CC) $(LDFLAGS) -dynamiclib -o $@ $^ -install_name $(libdir)/$@ -Wl,-compatibility_version -Wl,$(MAJOR) -Wl,-current_version -Wl,$(MAJOR).$(MINOR).$(PATCH)
libutf8proc.dylib: libutf8proc.$(MAJOR).dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment