Remove non-UTF-8 character (this is a NO-BREAK SPACE character, encoded in ISO-8859-1) to fix build failure with 'glib-mkenums' in GLib 2.54.2+. Patch from . --- a/libgnome/gnome-config.h 2009-04-23 04:29:13.000000000 -0500 +++ b/libgnome/gnome-config.h 2017-10-04 02:17:22.000000000 -0500 @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char #define gnome_config_private_clean_key(path) \ (gnome_config_clean_key_((path),TRUE)) -/* returns the true filename of the config file */ +/* returns the true filename of the config file */ #define gnome_config_get_real_path(path) \ (g_build_filename (gnome_user_dir_get(),(path),NULL)) #define gnome_config_private_get_real_path(path) \ Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/elf.scm
AgeCommit message (Expand)Author
2020-07-22gnu: patchelf: Update to 0.11....Michael Rohleder
2020-06-02gnu: libabigail: Update to 1.7....Marius Bakke
2020-05-17gnu: elfutils: Skip tests on powerpc....Efraim Flashner
2020-02-05gnu: elfutils: Update synopsis and description...Mark Wielaard
2019-11-11gnu: patchelf: Update to 0.10....Efraim Flashner