mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge #40796: pciutils: build with dns query support
This commit is contained in:
commit
b33e666b0a
@ -11,7 +11,14 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ zlib kmod which ];
|
||||
|
||||
makeFlags = [ "SHARED=yes" "PREFIX=\${out}" "STRIP=" "HOST=${stdenv.hostPlatform.system}" "CROSS_COMPILE=${stdenv.cc.targetPrefix}" ];
|
||||
makeFlags = [
|
||||
"SHARED=yes"
|
||||
"PREFIX=\${out}"
|
||||
"STRIP="
|
||||
"HOST=${stdenv.hostPlatform.system}"
|
||||
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
|
||||
"DNS=yes"
|
||||
];
|
||||
|
||||
installTargets = "install install-lib";
|
||||
|
||||
@ -26,4 +33,3 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.vcunat ]; # not really, but someone should watch it
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user