c2d689be6e
- update to 8.3 - remove patch, applied upstream - regenerate patches with makepatch changelog: * Support for upcoming OpenSSL 1.1 added. needs testing. * Fixed hydra redo bug (issue #113) * Updated xhydra for new hydra features and options * Some more command line error checking * Ensured unneeded sockets are closed
11 lines
298 B
Bash
11 lines
298 B
Bash
--- hydra-gtk/make_xhydra.sh.orig 2016-08-11 07:50:21 UTC
|
|
+++ hydra-gtk/make_xhydra.sh
|
|
@@ -8,7 +8,7 @@ test -e Makefile || {
|
|
cat errors
|
|
exit 1
|
|
}
|
|
-make > /dev/null 2> errors
|
|
+gmake > /dev/null 2> errors
|
|
test -e src/xhydra || {
|
|
echo "Error: could not compile. Analyse this:"
|
|
cat errors
|