socat: disable linux-only feature on non-linux (#384011)
This commit is contained in:
@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
||||
--replace /sbin/ifconfig ifconfig
|
||||
'';
|
||||
|
||||
configureFlags = lib.optionals (!stdenv.hostPlatform.isLinux) [
|
||||
"--disable-posixmq"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
readline
|
||||
|
||||
Reference in New Issue
Block a user