summaryrefslogtreecommitdiff
path: root/iconv
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-04 00:19:44 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-04 00:19:44 +0000
commit194c5f8d0f6da9d84211b479adb58e118f302ae3 (patch)
treedde6de4aa094e01fea84a26bf3c511d12ff2f17a /iconv
parentc891b2df087e0219319785c29d3af6042e4ac94f (diff)
Update.
* iconv/Makefile (CFLAGS-charmap.c): Add -DNEED_NULL_POINTER. * locale/programs/charmap.c: Define null_pointer if NEED_NULL_POINTER is defined.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/Makefile b/iconv/Makefile
index 214941b91e..5a90a77657 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -43,7 +43,7 @@ CFLAGS-iconv_prog.c = -I../locale/programs
CFLAGS-iconv_charmap.c = -I../locale/programs
CFLAGS-dummy-repertoire.c = -I../locale/programs
CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
- -DDEFAULT_CHARMAP=null_pointer
+ -DDEFAULT_CHARMAP=null_pointer -DNEED_NULL_POINTER
tests = tst-iconv1 tst-iconv2 tst-iconv3