19000542 tcsh represents garbled letters to standard error after installing SRU17.5
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 26 Jun 2014 10:57:43 -0700
changeset 1974 345be930b4bf
parent 1973 0aecf0eafdd7
child 1975 b1a24e272ae6
19000542 tcsh represents garbled letters to standard error after installing SRU17.5
components/tcsh/Makefile
--- a/components/tcsh/Makefile	Wed Jun 25 17:38:19 2014 -0700
+++ b/components/tcsh/Makefile	Thu Jun 26 10:57:43 2014 -0700
@@ -52,6 +52,11 @@
 
 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
 
+# since we patch out AM_ICONV so we can run autoconf,
+# the new configure doesn't look for iconv(3C), so
+# we'll tell it here.
+CFLAGS += -DHAVE_ICONV -DICONV_CONST=
+
 CONFIGURE_OPTIONS  +=		--localedir=$(CONFIGURE_LOCALEDIR)
 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"