lede-packages-rs

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

001-no-translations.patch (623B)


      1 --- a/configure.ac
      2 +++ b/configure.ac
      3 @@ -3717,7 +3717,6 @@ ext/x265/Makefile
      4  ext/xvid/Makefile
      5  ext/zbar/Makefile
      6  ext/dtls/Makefile
      7 -po/Makefile.in
      8  docs/Makefile
      9  docs/plugins/Makefile
     10  docs/libs/Makefile
     11 --- a/Makefile.am
     12 +++ b/Makefile.am
     13 @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
     14  
     15  SUBDIRS = \
     16  	gst-libs gst sys ext pkgconfig \
     17 -	m4 common docs tests po tools
     18 +	m4 common docs tests tools
     19  
     20  DIST_SUBDIRS = \
     21  	gst gst-libs sys ext pkgconfig \
     22 -	m4 common docs tests po tools
     23 +	m4 common docs tests tools
     24  
     25  # include before EXTRA_DIST for win32 assignment
     26  include $(top_srcdir)/common/win32.mak