mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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 {
|
||||
pname = "ebtables";
|
||||
version = "2.0.10-4";
|
||||
version = "2.0.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ebtables/ebtables-v${version}.tar.gz";
|
||||
sha256 = "0pa5ljlk970yfyhpf3iqwfpbc30j8mgn90fapw9cfz909x47nvyw";
|
||||
url = "http://ftp.netfilter.org/pub/${pname}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0apxgmkhsk3vxn9q3libxn3dgrdljrxyy4mli2gk49m7hi3na7xp";
|
||||
};
|
||||
|
||||
makeFlags =
|
||||
@ -15,11 +15,6 @@ stdenv.mkDerivation rec {
|
||||
"LOCALSTATEDIR=/var"
|
||||
];
|
||||
|
||||
preBuild =
|
||||
''
|
||||
substituteInPlace Makefile --replace '-o root -g root' ""
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
preInstall = "mkdir -p $out/etc/sysconfig";
|
||||
|
Loading…
Reference in New Issue
Block a user