-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile.dist: delete #16094
Makefile.dist: delete #16094
Conversation
This reverts commit 5d4c2c3.
MacPorts has been using Makefile.dist to make the ca-bundle for years, so I'm not sure what you mean by it being broken. I'd rather not have to run So for MacPorts I will now just execute |
The
It sounds like you use the curl project to build the CA bundle, but not curl itself?
Seems like the most straighforward option! |
Both curl and the ca-bundle are installed via separate MacPorts ports. For the curl port we use |
It had shorthand aliases to launch
./configure
and./configure --with-openssl
. The former hasn't worked for a long whilebecause of missing TLS.
Its
ca-bundle
andca-firefox
targets have been broken for 2.5 yearstill recently. These targets also exist in
./configure
and have beenworking all along.
Also:
curl-ca-bundle
andcurl-ca-firefox
targets.Let me know if there is still a good use for
Makefile.dist
.buildconf
too? An alias forautoreconf -fi
. No longer distributed. [SKIP FOR NOW]