Skip to content

Instantly share code, notes, and snippets.

@2bits
Created September 28, 2011 20:22
Show Gist options
  • Save 2bits/1249151 to your computer and use it in GitHub Desktop.
Save 2bits/1249151 to your computer and use it in GitHub Desktop.
flac-1.2.1/ltmain.sh patch for Mac OS to disable libtool relink, from Macports and/or Fink
--- ltmain.sh.orig Fri Feb 4 21:22:19 2005
+++ ltmain.sh Wed Feb 23 19:09:37 2005
@@ -2280,7 +2280,7 @@
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
+ need_relink=no
fi
# This is a shared library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment