aboutsummaryrefslogtreecommitdiff
path: root/libs/glib2/patches/003-valgrind.h-mips16-fix.patch
Commit message (Collapse)AuthorAge
* glib2: use normal format functionsRosen Penev2020-12-12
| | | | | | | | | These meson checks rely on being able to run binaries. Just force them on. Reduces compiled size. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* glib2: add back gettext dependenciesRosen Penev2020-07-30
| | | | | | | | | | | | The libintl check is broken in meson.build. Patched it and added back the gettext build dependencies. Avoids the proxy-intl thing that glib2 likes to use. Updated configure options. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* glib2: fix mips16 build, add size reducing static link, fpic CFLAGSAndy Walsh2019-12-31
* allows building as mips16 (fixes broken mips16/32 mixed static linking) * add some static link related flags to reduce target binary size Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>