sssd: disable parallel installs
Without the change parallel install fails as:
install flags: -j16
...
libbtool: error: error: relink '_py3sss.la' with the above command before installing it
libtool: warning: '/build/source/libsss_cert.la' has not been installed in '/nix/store/apyk9a6q7bc7d1fnn81vqrwil4waw9cd-sssd-2.8.2/lib/sssd'
make[3]: *** [Makefile:13362: install-py3execLTLIBRARIES] Error 1
This commit is contained in:
@@ -54,6 +54,9 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Disable parallel install due to missing depends:
|
||||
# libtool: error: error: relink '_py3sss.la' with the above command before installing i
|
||||
enableParallelInstalling = false;
|
||||
nativeBuildInputs = [ autoreconfHook makeWrapper pkg-config doxygen ];
|
||||
buildInputs = [ augeas dnsutils c-ares curl cyrus_sasl ding-libs libnl libunistring nss
|
||||
samba nfs-utils p11-kit python3 popt
|
||||
|
||||
Reference in New Issue
Block a user