Commit Graph

5 Commits

Author SHA1 Message Date
Matt Johnston 62a6a21710 copy dict to build (#1223) 2018-03-09 07:43:52 -08:00
Robin Alexander Richtsfeld 2dfd739d38 Clean Shell Scripts (#999)
* Clean all.sh

Double quote array expansions, otherwise they're like $* and break on spaces.

* Clean dropbear/build.sh

In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.

* Clean woff2/build.sh

Iterating over ls output is fragile. Use globs.

* Clean tinyxml2/build.sh

Add shebang
2017-11-20 12:22:57 -08:00
Matt Johnston e17dcc7a73 Dropbear: Use correct path for options (#692) 2017-06-27 06:54:44 -07:00
Matt Johnston abdf4c4321 Disable hardened build flags (#690)
-pic prevents linking with static libz.a
2017-06-25 15:49:38 -07:00
Matt Johnston e91a509873 Dropbear SSH fuzzer working (#618) 2017-05-22 08:24:44 -07:00