[Issue 248] incorrect build on Solaris 1 10
[email protected] 5 May 2005 17:12:33 -0000
| Newsgroups | gmane.comp.version-control.cvs.issuezilla |
|---|---|
| Message-ID | <[email protected]> |
https://ccvs.cvshome.org/issues/show_bug.cgi?id=248 ------- Additional comments from [email protected] Thu May 5 10:12:32 -0700 2005 ------- On earlier versions of Solaris the getopt implementation that comes with CVS was used, because there was no /usr/include/getopt.h. The standard getopt that comes with Solaris does not understand the "+" in the first position of the option string. I think you can get the same behaviour when you set the environment variable POSIXLY_CORRECT or so. (mk)