forked from mirrors/nixpkgs
bird, bird6: 1.6.3 -> 1.6.6
https://gitlab.labs.nic.cz/labs/bird/blob/v1.6.6/NEWS The patch doesn't need so much context.
This commit is contained in:
parent
e47a33ddfb
commit
d85974bb3c
|
@ -46,13 +46,13 @@ in
|
|||
|
||||
{
|
||||
bird = generic {
|
||||
version = "1.6.3";
|
||||
sha256 = "0z3yrxqb0p7f8b7r2gk4mvrwfzk45zx7yr9aifbvba1vgksiri9r";
|
||||
version = "1.6.6";
|
||||
sha256 = "0w1dmwx89g3qdy92wkjl3p52rn521izm2m8yq74hs7myxxx3nnwp";
|
||||
};
|
||||
|
||||
bird6 = generic {
|
||||
version = "1.6.3";
|
||||
sha256 = "0z3yrxqb0p7f8b7r2gk4mvrwfzk45zx7yr9aifbvba1vgksiri9r";
|
||||
version = "1.6.6";
|
||||
sha256 = "0w1dmwx89g3qdy92wkjl3p52rn521izm2m8yq74hs7myxxx3nnwp";
|
||||
enableIPv6 = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
diff --git a/tools/Makefile.in b/tools/Makefile.in
|
||||
index 062ba91..4fd7453 100644
|
||||
--- a/tools/Makefile.in
|
||||
+++ b/tools/Makefile.in
|
||||
@@ -68,7 +68,7 @@ tags:
|
||||
cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`
|
||||
|
||||
@@ -68,2 +68,2 @@
|
||||
install: all
|
||||
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/@runtimedir@
|
||||
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(runstatedir)
|
||||
+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir)
|
||||
$(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX@
|
||||
$(INSTALL_PROGRAM) $(exedir)/birdcl $(DESTDIR)/$(sbindir)/birdcl@SUFFIX@
|
||||
if test -n "@CLIENT@" ; then \
|
||||
|
|
Loading…
Reference in a new issue