openjdk: Ensure rpath for libraries includes server/lib#111255
openjdk: Ensure rpath for libraries includes server/lib#111255deejgregor wants to merge 3 commits intoHomebrew:masterfrom
Conversation
1f47448 to
24266f9
Compare
|
Question: I'm not sure if this needs a new revision as mentioned here: https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md#to-contribute-a-fix-to-the-foo-formula |
|
Yes, let's bump the You can also remove the |
24266f9 to
abf1507
Compare
Formula/openjdk.rb
Outdated
There was a problem hiding this comment.
I'd personally have a ldflags array that we join(" ") so we don't have this duplication.
There was a problem hiding this comment.
Yea, I considered that too. Let's do that.
abf1507 to
8eeb8a2
Compare
|
Linkage still broken on Linux. The build may not be respecting |
|
Here's the This is missing |
8eeb8a2 to
b78b059
Compare
|
Ok, not sure what's going on with Linux, so I'll keep the |
|
Dependent tests succeeded, but |
|
The |
|
|
Also:
openjdk@11: Ensure rpath for libraries includes server/lib
openjdk@17: Ensure rpath for libraries includes server/lib
I couldn't build openjdk@8 because I have too new of a version of Xcode installed, so I did not include a change for that formula.
Closes: #111068
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?