Skip to content

Instantly share code, notes, and snippets.

@jeantil
Created September 13, 2010 22:12
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 jeantil/578156 to your computer and use it in GitHub Desktop.
Save jeantil/578156 to your computer and use it in GitHub Desktop.
--- a/Makefile.in 2010-07-11 06:15:13.000000000 +0000
+++ b/Makefile.in 2010-09-13 21:59:12.444896676 +0000
@@ -158,7 +158,6 @@
$(LIBRUBY_SO):
@-$(PRE_LIBRUBY_UPDATE)
$(LDSHARED) $(DLDFLAGS) $(OBJS) $(DLDOBJS) $(SOLIBS) $(OUTFLAG)$@
- -$(OBJCOPY) -w -L '@EXPORT_PREFIX@Init_*' -L '@EXPORT_PREFIX@*_threadptr_*' $@
@-$(MINIRUBY) -e 'ARGV.each{|link| File.delete link if File.exist? link; \
File.symlink "$(LIBRUBY_SO)", link}' \
$(LIBRUBY_ALIASES) || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment