Use a prefix instead of postfix.
This fixes gitian/depends builds to include zmq (linux/osx).
In the Makefile we use $($(host_os)_packages) for (https://github.com/bitcoin/bitcoin/blob/master/depends/Makefile#L81).
Use a prefix instead of postfix.
This fixes gitian/depends builds to include zmq (linux/osx).
In the Makefile we use $($(host_os)_packages) for (https://github.com/bitcoin/bitcoin/blob/master/depends/Makefile#L81).
prefix instead of postfix
Works for gitian builds:
https://bitcoin.jonasschnelli.ch/pulls/6684/build-osx.log
https://bitcoin.jonasschnelli.ch/pulls/6684/build-linux.log
(search after checking for ZMQ)
Travis issue is unrelated (will address it in another PR).
ACK
Merged - in the future, please add text "Fixes #<issue number>" to the git commit message. github will notice that and Do The Right Thing.
@jgarzik: right. Did miss that issue. I'd prefer fixes # in a github commit instead as in a git commit message. Keeps the git repository github clean.
@jonasschnelli you can have both.