- Building: Split native compilation into two dedicated targets: "hashcat_static" and "hashcat_shared", default is "hashcat_static"

- Building: Removed the use of RPATH on linker level
Fixes https://github.com/hashcat/hashcat/issues/956
This commit is contained in:
jsteube
2017-01-24 16:07:59 +01:00
parent fd5548e689
commit df0c61bf79
2 changed files with 23 additions and 18 deletions

View File

@@ -29,6 +29,13 @@
- Fixed rule 'O' (RULE_OP_MANGLE_OMIT) in host mode in case the offset + length parameter equals the length of the input word
- Fixed duplicate detection for WPA handshakes with the same ESSID
##
## Technical
##
- Building: Split native compilation into two dedicated targets: "hashcat_static" and "hashcat_shared", default is "hashcat_static"
- Building: Removed the use of RPATH on linker level
* changes v3.20 -> v3.30:
##