nss: fix compilation with QUILT 15222/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Sun, 21 Mar 2021 15:28:54 +0000 (12:28 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 22 Mar 2021 11:23:29 +0000 (08:23 -0300)
commitfbed6751b044d3c644065cdca37bd37cbb854723
tree9dc69b1f90167b43c00f8892e98d01a5ed006ab6
parentc5f91a2a56d9087adbc084d51aa3dae8165970f3
nss: fix compilation with QUILT

Commit 657574f45 disabled building the host nsinstall program when using
QUILT.  However, the host nsinstall is needed to compile the package,
breaking compilation with QUILT.

Move the native compile to Build/Configure, which will not be called for
prepare, refresh, or update targets, but will be called before
Build/Compile.

nss does not have a configure script, so Build/Configure/Default is not
being called.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
libs/nss/Makefile