Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/config_libs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
CONFIG['LOADLIBES'] += result.keys.map { |s| '-l' + s.escape }
when 'static'
CONFIG['LOADLIBES'] += ['-Wl,-z,muldefs'] unless CONFIG['OS_NAME'] == 'Mac\ OS\ X' or CONFIG['OS_NAME'] == 'Windows'
CONFIG['LOADLIBES'] += ['-static']

# Add the libraries with their full path to the command line.
# We have to sort them in the order as they appear in +libs+, otherwise
Expand Down