lede-packages-rs

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

1002-gd-iconv.patch (309B)


      1 --- a/ext/gd/libgd/gdkanji.c
      2 +++ b/ext/gd/libgd/gdkanji.c
      3 @@ -9,6 +9,11 @@
      4  #include "gdhelpers.h"
      5  
      6  #include <stdarg.h>
      7 +
      8 +/* force usage of internal conversation routine */
      9 +#undef HAVE_ICONV_H
     10 +#undef HAVE_ICONV
     11 +
     12  #if defined(HAVE_ICONV_H) || defined(HAVE_ICONV)
     13  #include <iconv.h>
     14  #ifdef HAVE_ERRNO_H