toolchain/nasm: force ar and ranlib only on macOSX
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Jul 2018 10:48:13 +0000 (12:48 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:32:20 +0000 (17:32 +0100)
commit24d071c246a9d0e6c0277451d730e1d425254f40
treeb4b5d27d8333a478d5c11402decd6d187971cfb5
parent5dde127dee0c8b41b67ef46b01da92eaec552353
toolchain/nasm: force ar and ranlib only on macOSX

On Debian 9 nasm does not build when we force it to use ranlib, for
macOSX this is needed. Only force this on macOSX and not on any other
OS, this should fix the build of nasm on Linux systems. On my Debian
system the nasm configure script selects  gcc-ranlib and gcc-ar instead.

Fixes: d3a7587eb95 ("toolchain/nasm: fix missing AR/RANLIB variables")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(backported from e204717ef2445fc848b0a70374b03b1c8484d176)
toolchain/nasm/Makefile