the standard extconf.rb generates a Makefile that pulls in all the
libraries that Ruby was built with, which causes binary strippers to
complain about unnecessary libraries and symbols.
This simple patch stops the generated Makefile pulling in those libraries.
This bug was migrated from Google Code.
Original issue: http://code.google.com/p/phusion-passenger/issues/detail?id=67
From aldursys on May 19, 2008 21:21:55
the standard extconf.rb generates a Makefile that pulls in all the
libraries that Ruby was built with, which causes binary strippers to
complain about unnecessary libraries and symbols.
This simple patch stops the generated Makefile pulling in those libraries.
Attachment: 0001-try-blank-libs.patch
The text was updated successfully, but these errors were encountered: