File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Changelog for hydra
2
2
-------------------
3
3
4
4
Release 9.1-dev
5
+ * enable gcc 10 support for xhydra too :)
5
6
* rdb: support for libfreerdp3 (thanks to animetauren)
6
7
* new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!)
7
8
* oracle: added success condition (thanks to kazkansouh), compile on Cygwin (thanks to maaaaz)
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ CC = @CC@
61
61
MAINT = @MAINT@
62
62
MAKEINFO = @MAKEINFO@
63
63
PACKAGE = @PACKAGE@
64
- PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
64
+ PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ -fcommon -Wl,--allow-multiple-definition
65
65
PACKAGE_LIBS = @PACKAGE_LIBS@
66
66
PKG_CONFIG = @PKG_CONFIG@
67
67
VERSION = @VERSION@
Original file line number Diff line number Diff line change @@ -2233,15 +2233,15 @@ if test "$ac_test_CFLAGS" = set; then
2233
2233
CFLAGS=$ac_save_CFLAGS
2234
2234
elif test $ac_cv_prog_cc_g = yes; then
2235
2235
if test " $GCC " = yes; then
2236
- CFLAGS=" -g -O2"
2236
+ CFLAGS=" -g -O2 -fcommon -Wl,--allow-multiple-definition "
2237
2237
else
2238
- CFLAGS=" -g"
2238
+ CFLAGS=" -g -fcommon -Wl,--allow-multiple-definition "
2239
2239
fi
2240
2240
else
2241
2241
if test " $GCC " = yes; then
2242
- CFLAGS=" -O2"
2242
+ CFLAGS=" -O2 -fcommon -Wl,--allow-multiple-definition "
2243
2243
else
2244
- CFLAGS=
2244
+ CFLAGS=" -fcommon -Wl,--allow-multiple-definition "
2245
2245
fi
2246
2246
fi
2247
2247
echo " $as_me :$LINENO : checking for $CC option to accept ANSI C" >&5
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ CC = @CC@
61
61
MAINT = @MAINT@
62
62
MAKEINFO = @MAKEINFO@
63
63
PACKAGE = @PACKAGE@
64
- PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
64
+ PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ -fcommon -Wl,--allow-multiple-definition
65
65
PACKAGE_LIBS = @PACKAGE_LIBS@
66
66
PKG_CONFIG = @PKG_CONFIG@
67
67
VERSION = @VERSION@
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cvs firebird ftp[s] "
225
225
#define RESTOREFILE "./hydra.restore"
226
226
227
227
#define PROGRAM "Hydra"
228
- #define VERSION "v9.1-dev "
228
+ #define VERSION "v9.1"
229
229
#define AUTHOR "van Hauser/THC"
230
230
#define EMAIL "<vh@thc.org>"
231
231
#define AUTHOR2 "David Maciejak"
You can’t perform that action at this time.
0 commit comments