Convert SUBST_STAGE.macro_S from post-patch to pre-configure This will ease the additional making patch to the files. (Make new patch after 'make patch') (2) patches/patch-apps_tqsl_cpp Remove redundent lines (From) Two different lines: + curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE); - curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA); (To) Just swap the line: - curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA); + curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE); |
||
---|---|---|
.. | ||
patches | ||
arrl-license | ||
DESCR | ||
distinfo | ||
Makefile | ||
MESSAGE | ||
PLIST | ||
TODO |