lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

001-no-tests.patch (890B)


      1 Index: bind-9.10.4-P3/bin/Makefile.in
      2 ===================================================================
      3 --- bind-9.10.4-P3.orig/bin/Makefile.in
      4 +++ bind-9.10.4-P3/bin/Makefile.in
      5 @@ -19,7 +19,7 @@ srcdir =	@srcdir@
      6  VPATH =		@srcdir@
      7  top_srcdir =	@top_srcdir@
      8  
      9 -SUBDIRS =	named rndc dig delv dnssec tools tests nsupdate \
     10 +SUBDIRS =	named rndc dig delv dnssec tools nsupdate \
     11  		check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
     12  TARGETS =
     13  
     14 Index: bind-9.10.4-P3/lib/Makefile.in
     15 ===================================================================
     16 --- bind-9.10.4-P3.orig/lib/Makefile.in
     17 +++ bind-9.10.4-P3/lib/Makefile.in
     18 @@ -23,7 +23,7 @@ top_srcdir =	@top_srcdir@
     19  # Attempt to disable parallel processing.
     20  .NOTPARALLEL:
     21  .NO_PARALLEL:
     22 -SUBDIRS =	isc isccc dns isccfg bind9 lwres irs tests samples
     23 +SUBDIRS =	isc isccc dns isccfg bind9 lwres irs samples
     24  TARGETS =
     25  
     26  @BIND9_MAKE_RULES@