GNOME Bugzilla – Bug 664850
Build error: egg-secure-memory.c:1141: 'GKR_SECURE_USE_FALLBACK' undeclared
Last modified: 2011-11-26 07:17:13 UTC
In 3f60c65cc0f535362ad6eb77ec08e63c235110e2 GKR_SECURE_USE_FALLBACK was replaced by EGG_SECURE_USE_FALLBACK except for one occurence in /egg/egg-secure-memory.c:1141. This creates a build error when using exotic parameters like "--enable-valgrind=yes": #ifdef WITH_VALGRIND /* We like valgrind's warnings, so give it a first whack at checking for errors */ if (block != NULL || !(flags & GKR_SECURE_USE_FALLBACK)) VALGRIND_FREELIKE_BLOCK (memory, sizeof (word_t)); #endif
Created attachment 202157 [details] [review] Trivial patch
Thanks. Applied to the gnome-3-2 branch of gnome-keyring. Will merge into master soon.