hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.36k stars 355 forks source link

extend global CFLAGS and LDFLAGS to aid distro packaging #11

Closed anthraxx closed 8 years ago

anthraxx commented 8 years ago

This preserves globally defined CFLAGS and LDFLAGS and simply extends those variables to aid distro based packaging toolchains and predefined distro wide defaults like SSP, relro etc.

Additionally respect the standard variable CC as it could be set for distros using clang (ot something else) as default compiler.

jsteube commented 8 years ago

Thanks again :)

anthraxx commented 8 years ago

@jsteube you are very welcome! Thanks for all your work :smile_cat: