Merge branch 'master' into staging-next
This commit is contained in:
@@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkg-config bison flex check ];
|
||||
buildInputs = [ libdaemon ];
|
||||
|
||||
# Needed for cross-compilation
|
||||
makeFlags = [
|
||||
"AR=${stdenv.cc.targetPrefix}ar"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.litech.org/radvd/";
|
||||
description = "IPv6 Router Advertisement Daemon";
|
||||
|
||||
@@ -37,6 +37,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
(lib.withFeatureAs (openssl != null) "ssl" "openssl")
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# https://lists.gnu.org/archive/html/bug-wget/2021-01/msg00076.html
|
||||
"--without-included-regex"
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user