Matthew Vernon [Tue, 24 Nov 2015 20:37:27 +0000 (20:37 +0000)]
Improve makefile syntax, and add JIT on arm64
The previous findstring rune had failure modes with arches that were
substrings of each other; using filter avoids that and removes the
necessity of a $strip() call. Thanks to Colin Watson for the
suggestion.
Matthew Vernon [Tue, 24 Nov 2015 20:32:18 +0000 (20:32 +0000)]
remove unnecessary -L settings (Closes: #805941)
pcre2-config outputs -L/usr/lib/{arch-triplet} on linux and sets and
Rpath on kfreebsd. Neither of these is necessary, and the differences
you get on different architectures means this wasn't multi-arch
friendly. So remove the relevant code.