Comment 12 for bug 923587

Revision history for this message
dwmw2 (dwmw2) wrote :

If you have openconnect v3.02 in main and can't upgrade it to a new version, perhaps you could apply just
commit 423eee0b51a204562d6f2ec67893133ebcf200d6 from the openconnect git tree? That adds the openconnect_vpninfo_new_with_cbdata() function that the Plasma code requires.

Other potential solutions involve including a copy of openconnect.h in the packaging for kde-plasma-networkmanagement, and building a *dummy* version of the shared library which just provides the needed symbols, without any code. The tool would link against that shared library at build time, but of course it would *run* against the real library.

Or maybe build a *separate* kde-plasma-networkmanagement-openconnect package in universe. Or just switch to a distro with saner packaging policies :)