-
Notifications
You must be signed in to change notification settings - Fork 49
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
net-im/telegram-cli won't compile with >=dev-libs/openssl-1.1 #162
Comments
Hi. Patch added. Thanks. Anyways, thank you! |
Bad news: the patch failed, so I'll reopen this. Also, this patch is for tgl, not for telegram-cli. However, that gave me an idea and I hope this may work as expected. |
Sorry for the mess. The patch failed again. Probably this was already merged, I don't know. I'll keep this open. Also, merged 1.3.1-r3 version with some changes. |
This patch works for 9999, it's needed.
|
Patch bumped. As it works only with live version, I'll leave this issue open until I find a solution for the 1.3.1 version. |
net-im/telegram-cli won't compile with >=dev-libs/openssl-1.1, there is a patch that works here:
https://github.com/vysheng/tgl/pull/126/files/66758bbea27515c5f35e3fafc64d3a3601a5b777
I've added it to the ebuild as this
if [[ ${PV} != 9999 ]];then
src_prepare(){
cp -r ../tgl-${TGL_COMMIT}/* tgl
cp -r ../tl-parser-${TL_PARSER_COMMIT}/* tgl/tl-parser
PATCHES=( "${FILESDIR}/${P}-assertion-issue.patch"
"${FILESDIR}/${P}-openssl.patch" )
default_src_prepare
}
else
src_prepare(){
PATCHES=( "${FILESDIR}/${P}-openssl.patch" )
default_src_prepare
}
fi
The text was updated successfully, but these errors were encountered: