Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046113
en ru br
ALT Linux repos
S:9.5-alt1
5.0: 5.4-alt1
4.1: 5.3-alt2.0
4.0: 5.3-alt2.0
3.0: 4.7-alt1

Group :: Networking/Other
RPM: hydra

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hydra-fix-firebird-includes.patch
Download


In Fedora the ibase.h is in the /usr/include/firebird/ folder and not directly in 
/usr/include/ as expected by the configure script.
Reported upstream: https://github.com/vanhauser-thc/thc-hydra/pull/500
diff -ru thc-hydra-9.0/configure thc-hydra-9.0.new/configure
--- thc-hydra-9.0/configure	2019-05-17 06:50:01.000000000 +0000
+++ thc-hydra-9.0.new/configure	2020-03-03 15:51:00.780609553 +0000
@@ -608,6 +608,9 @@
         if [ -f "$i/ibase.h" ]; then
             FIREBIRD_IPATH="$i"
         fi
+        if [ -f "$i/firebird/ibase.h" ]; then
+            FIREBIRD_IPATH="$i/firebird/"
+        fi
     fi
 done
 if [ "X" != "X$DEBUG" ]; then
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin