open-eid / gentoo

Gentoo ebuild (community provided)
10 stars 14 forks source link

app-crypt/qdigidoc4: missing DEPEND net-nds/openldap? #42

Closed lkraav closed 3 years ago

lkraav commented 4 years ago

My binpkg host has openldap, and qdigidoc4 seems to build against it.

https://github.com/open-eid/DigiDoc4-Client/blob/v4.2.4/CMakeLists.txt#L20 does say find_package( LDAP REQUIRED )

But our ebuild doesn't say anything about LDAP. Should it?

This is creating a problem on client hosts without openldap installed. Wondering if I can avoid it, ideally it'd be a USE flag. I'm not even sure what qdigidoc4 uses LDAP for?

martinpaljak commented 4 years ago

For acquiring recipient certificates when using encryption.

lkraav commented 4 years ago

Sounds like net-nds/openldap[minimal] might be appropriate?

urmet commented 4 years ago

sounds reasonable. I'll take a look at the outstanding issues and updates during the weekend.

lkraav commented 4 years ago

Any luck here @urmet?