Disable inotify support on SunOS: it’s Linux-specific.
This amazingly fixes the coreutils build on SmartOS.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user