This project is closed and read-only.
Actions
Backport #8596
closedr41734
Backport #8596:
r41734
Status:
Closed
Assignee:
Description
Please backport r41734
Actions
This project is closed and read-only.
Added by sorah (Sorah Fukumori) about 13 years ago. Updated about 13 years ago.
Description
Please backport r41734
r41734 can't apply to ruby_2_0_0 as it is, use this patch:
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index d4d5846..6fec4bd 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1709,12 +1709,13 @@ SRC
# default to package specific config command, as a last resort.
get = proc {|opt| #{pkgconfig} --#{opt}.strip}
end
This issue was solved with changeset r41758.
Shota, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 41734,41737: [Backport #8596]
* lib/mkmf.rb (try_config): Fix to not replace $LDFLAGS with $libs
(1.9.3 behavior) [ruby-core:55752] [Bug #8595]