diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-24 11:57:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-24 11:57:47 +0000 |
commit | e8b65126450b775fa826a49e4b1464785bc036a2 (patch) | |
tree | c679057c54363250b9c41bd4aa305f0335654949 /extra/locale/Makefile.in | |
parent | 6c29d46610fe437f2571c8fadec475d110bb9554 (diff) |
- do not segfault if we end up with empty tables
- silence some warnings while at it
Diffstat (limited to 'extra/locale/Makefile.in')
-rw-r--r-- | extra/locale/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in index 52de0f26e..078eb6527 100644 --- a/extra/locale/Makefile.in +++ b/extra/locale/Makefile.in @@ -25,6 +25,7 @@ BUILD_CFLAGS-gen_ldc += -D__WCHAR_ENABLED=1 endif BUILD_CFLAGS-gen_locale := -D_GNU_SOURCE +BUILD_CFLAGS-gen_collate := -D_GNU_SOURCE DEPH-locale := $(top_builddir)include/bits/sysnum.h DEPH-gen_locale := c8tables.h |