Created
September 28, 2011 20:22
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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