333
edits
Rootfather (talk | contribs) m |
Rootfather (talk | contribs) |
||
Line 55: | Line 55: | ||
First, clone the repository containing the mingw-w64 package files in a seperate directory: | First, clone the repository containing the mingw-w64 package files in a seperate directory: | ||
git clone <nowiki>https://github.com/msys2/MINGW-packages</nowiki> | git clone <nowiki>https://github.com/msys2/MINGW-packages</nowiki> | ||
Now, we need to modify the file < | Now, we need to modify the file <code>mingw-w64-curl/PKGBUILD</code> which contains all the instructions <code>makepkg</code> uses for building the final package. At the beginning of the file, select the winssl variant instead of the default openssl version. | ||
#_variant=-openssl | #_variant=-openssl | ||
_variant=-winssl | _variant=-winssl |
edits