LC_ALL needs locale.h
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LightDM GTK Greeter |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
1.1.5 tarball
Making all in src
CC lightdm_
lightdm-
lightdm-
lightdm-
lightdm-
lightdm-
lightdm-
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/
I am using this patch:
--- src/lightdm-
+++ src/lightdm-
@@ -10,6 +10,7 @@
*/
#include <stdlib.h>
+#include <locale.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <cairo-xlib.h>
Related branches
Changed in lightdm-gtk-greeter: | |
status: | Fix Committed → Fix Released |
Thanks, committed.