Disable inotify support on SunOS: it’s Linux-specific.
This amazingly fixes the coreutils build on SmartOS.
This commit is contained in:
parent
340375f421
commit
caaded3713
@ -36,6 +36,8 @@ let
|
|||||||
touch -r src/stat.c src/tail.c
|
touch -r src/stat.c src/tail.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = optionalString stdenv.isSunOS "ac_cv_func_inotify_init=no";
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
buildInputs = [ gmp ]
|
buildInputs = [ gmp ]
|
||||||
++ optional aclSupport acl
|
++ optional aclSupport acl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user