On Mon Feb 03 10:10:53 2014, [email protected] wrote: > I use a complex CC setting, when I compile, to use gcc but with static > libgcc (gcc -m64 -static-libgcc), but when I pass this in via the > environment, the updated Makefile.org in the 1.0.1f distribution chokes with > /bin/sh: bad substitution on Solaris 10 (x86). > > The line in Makefile.org which is causing the issue is: $(MAKE) . > CC=$${CC:-$(CC)} > At heart of the issue is the fact $(CC) may contain whitespaces, which can > be confusing for some versions of /bin/sh. > > The issue is not present in 1.0.0l (and prior) or 1.0.1e (and prior). The > issue was introduced in 1.0.1f. >
I've just committed a fix. Let me know of any problems. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
