hping tries to run a compiled binary to detect endianness, and also
runs the end-product of the build process with `-v` for some reason
after the build completes.
This commit addresses both of these behaviors.
Tested on:
- [x] mips64el-linux-gnu (cross from x86_64-linux)
- [x] aarch64-linux-gnu (cross from x86_64-linux)
Without the change build fails against upstream gcc-10 as:
ld: scan.o:/build/source/hping2.h:360: multiple definition of
`delaytable'; main.o:/build/source/hping2.h:360: first defined here
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
Quite a lot of patching involved here, but the upstream package is no longer
maintained anymore. Nevertheless the tool is still useful in some environments.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>