zeromq 4.3.1#35940
zeromq 4.3.1#35940emielwiedijk wants to merge 1 commit intoHomebrew:masterfrom emielwiedijk:zeromq-4.3.1
Conversation
|
Thanks! |
|
The but there is no |
|
Maybe we can add a test invocation of |
|
Upstream's libunwind ships the pkgconfig file, so either fix the brew formula that builds it to install it, or disable libunwind in this formula |
|
|
|
I'm proposing to add |
|
Ok. Note that if it's urgent you can disable libunwind manually with --disable-libunwind |
|
@bluca Which command is supposed to be run with |
|
that's for ./configure |
|
Also I see the libunwind flags are set manually via ENV - it would be sufficient to remove those so that autoconf doesn't find it |
|
There's something I don't quite follow: the Requires.private are filled by autoconf ONLY if the dependency is found VIA pkg-config - in other words, if there's no libunwind.pc, there won't be a Requires.private: libunwind. |
|
Specifying the flags seems to make the configure script think that a |
|
Ok, I just submitted a PR to disable |
|
That's really strange, it's the pkgconfig m4 macro that's used and that should just fail if the pc is not found, is homebrew shipping a custom one? |
Created with
brew bump-formula-pr.