ebtables: 2.0.10-4 -> 2.0.11 (legacy)
This commit is contained in:
parent
1dac321dc3
commit
868972f294
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ebtables";
|
pname = "ebtables";
|
||||||
version = "2.0.10-4";
|
version = "2.0.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/ebtables/ebtables-v${version}.tar.gz";
|
url = "http://ftp.netfilter.org/pub/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0pa5ljlk970yfyhpf3iqwfpbc30j8mgn90fapw9cfz909x47nvyw";
|
sha256 = "0apxgmkhsk3vxn9q3libxn3dgrdljrxyy4mli2gk49m7hi3na7xp";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags =
|
makeFlags =
|
||||||
@ -15,11 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
"LOCALSTATEDIR=/var"
|
"LOCALSTATEDIR=/var"
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild =
|
|
||||||
''
|
|
||||||
substituteInPlace Makefile --replace '-o root -g root' ""
|
|
||||||
'';
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
|
||||||
preInstall = "mkdir -p $out/etc/sysconfig";
|
preInstall = "mkdir -p $out/etc/sysconfig";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user