lede-packages-rs

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

100-no-gettext_configure.patch (486B)


      1 diff --git a/configure.ac b/configure.ac
      2 index a5f9de5..4c77e97 100644
      3 --- a/configure.ac
      4 +++ b/configure.ac
      5 @@ -34,9 +34,6 @@ AC_FUNC_ALLOCA
      6  AM_PROG_AR
      7  LT_INIT
      8  
      9 -AM_GNU_GETTEXT_VERSION([0.18.2])
     10 -AM_GNU_GETTEXT([external])
     11 -
     12  AC_ARG_ENABLE([debug],
     13  	[AS_HELP_STRING([--enable-debug], [Enable extra debugging])])
     14  AS_IF([test "x$enable_debug" = "xyes"],
     15 @@ -55,6 +52,5 @@ AC_CONFIG_COMMANDS([include/attr],
     16  AC_CONFIG_FILES([
     17  	libattr.pc
     18  	Makefile
     19 -	po/Makefile.in
     20  ])
     21  AC_OUTPUT