mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-analyzer/hydra: Fix USE=-rdp
Version 9.1 added support for libfreerdp3 (which has not yet been released) so in configure, some variables were renamed to accomodate that new option, and hydra_sed() needed to be called with that new variable when disabling RDP support. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/735802 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -94,7 +94,7 @@ src_configure() {
|
||||
hydra_sed pcre '-lpcre' '$( "${PKG_CONFIG}" --libs libpcre )' '-DHAVE_PCRE'
|
||||
hydra_sed postgres '-lpq' '$( "${PKG_CONFIG}" --libs libpq )' '-DLIBPOSTGRES'
|
||||
hydra_sed oracle '-locci -lclntsh' '' '-DLIBORACLE'
|
||||
hydra_sed rdp '-lfreerdp2' '$( "${PKG_CONFIG}" --libs freerdp2 )' '-DLIBFREERDP2'
|
||||
hydra_sed rdp '-lfreerdp2' '$( "${PKG_CONFIG}" --libs freerdp2 )' '-DLIBFREERDP'
|
||||
# TODO: https://bugs.gentoo.org/686148
|
||||
#hydra_sed subversion '-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1' '$( "${PKG_CONFIG}" --libs libsvn_client )' '-DLIBSVN'
|
||||
hydra_sed subversion '-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1' '' '-DLIBSVN'
|
||||
|
||||
Reference in New Issue
Block a user