summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-08-03 22:56:25 +0200
committerJeroen Roovers <jer@gentoo.org>2020-08-03 22:59:21 +0200
commitc2f2521b07dd0f7ab8a095f5a882f70abd761096 (patch)
treea26c1dcd7c0746c9af614546876548e3fce36410 /net-analyzer/hydra
parentvirtual/rust: bump to 1.45.2 (diff)
downloadgentoo-c2f2521b07dd0f7ab8a095f5a882f70abd761096.tar.gz
gentoo-c2f2521b07dd0f7ab8a095f5a882f70abd761096.tar.bz2
gentoo-c2f2521b07dd0f7ab8a095f5a882f70abd761096.zip
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>
Diffstat (limited to 'net-analyzer/hydra')
-rw-r--r--net-analyzer/hydra/hydra-9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/hydra/hydra-9.1.ebuild b/net-analyzer/hydra/hydra-9.1.ebuild
index 373ae9d6f436..0b2eb5c879d1 100644
--- a/net-analyzer/hydra/hydra-9.1.ebuild
+++ b/net-analyzer/hydra/hydra-9.1.ebuild
@@ -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'