Skip to content
  1. Jul 22, 2022
  2. Jul 21, 2022
  3. Jul 20, 2022
    • Rosen Penev's avatar
      mutt: add PKG_CONFIG_DEPENDS · ecd3a8a8
      Rosen Penev authored
      
      
      Should fix missing dependencies when manupulating options.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      ecd3a8a8
    • Rosen Penev's avatar
      opusfile: add autoreconf · 8588715b
      Rosen Penev authored
      
      
      Fixes compilation under some hosts.
      
      Added PKG_BUILD_PARALLEL for faster compilation.
      
      Some small cleanups for consistency between packages.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      8588715b
    • Rosen Penev's avatar
      geth: update to 1.10.20 · 83fb8961
      Rosen Penev authored
      
      
      Fix compilation with latest iconv changes.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      83fb8961
    • Toni Uhlig's avatar
      libulfius: update to 2.7.10 · e3cfb1c7
      Toni Uhlig authored
      
      
      Signed-off-by: default avatarToni Uhlig <matzeton@googlemail.com>
      e3cfb1c7
    • Stijn Tintel's avatar
      glib2: disable fortify source · 723c4360
      Stijn Tintel authored
      
      
      The glib2 package fails to build when CONFIG_PKG_FORTIFY_SOURCE_1 or
      CONFIG_PKG_FORTIFY_SOURCE_2 is enabled in the OpenWrt config:
      
      In file included from ../glib/libcharset/localcharset.c:28:
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'snprintf':
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:101:9: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
        101 |         return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack());
            |         ^~~~~~
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'sprintf':
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:110:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
        110 |                 __r = __orig_snprintf(__s, __b, __f, __builtin_va_arg_pack());
            |                 ^~~
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:114:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
        114 |                 __r = __orig_sprintf(__s, __f, __builtin_va_arg_pack());
            |                 ^~~
      
      Disable fortify source for the package as a workaround.
      
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      723c4360
    • Rosen Penev's avatar
      wifidog: fix compilation with more recent wolfssl · 4605f98b
      Rosen Penev authored
      
      
      Needs an extra header. pthread.h is also no longer implicitly included.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      4605f98b
    • Rosen Penev's avatar
      curl: fix compilation with wolfSSL · 31757575
      Rosen Penev authored
      
      
      options.h header is needed now.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      31757575
  4. Jul 19, 2022
  5. Jul 18, 2022