components/lftp/patches/no_charset_alias.patch
author srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
Mon, 02 May 2016 23:16:44 -0700
changeset 5903 9b224fd0d790
parent 236 b8597a028a7a
child 7868 691525412646
permissions -rw-r--r--
20608333 UNIXv7, VSC: /tset/POSIX.cmd/lp/lp.ex:36 FAILs

--- lib/Makefile.in.orig	Thu Jul 30 05:26:44 2009
+++ lib/Makefile.in	Thu Jul 30 05:28:59 2009
@@ -1649,6 +1649,8 @@
 	      need_charset_alias=true ;; \
 	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
 	      need_charset_alias=false ;; \
+	    solaris*) \
+	      need_charset_alias=false ;; \
 	    *) \
 	      need_charset_alias=true ;; \
 	  esac ; \