On Tue, Mar 03, 2009, Dr. Stephen Henson wrote:
> On Tue, Mar 03, 2009, Claus Assmann wrote:
> > On Tue, Mar 03, 2009, Dr. Stephen Henson wrote:

> > > Please try a recent 0.9.8 snapshot, for example:

> > Fails in a different way:

> > PS: patch for Makefile:

> > --- M       Tue Mar  3 13:31:48 2009
> > +++ Makefile        Tue Mar  3 13:31:50 2009
> > @@ -506,8 +506,8 @@
> >     @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
> >     @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
> >     @set -e; target=links; $(RECURSIVE_BUILD_CMD)
> > -   if [ -z "$(FIPSCANLIB)" ]; then \
> > -           @set -e; target=links; dir=fips ; $(BUILD_CMD) ; \
> > +   @if [ -z "$(FIPSCANLIB)" ]; then \
> > +           set -e; target=links; dir=fips ; $(BUILD_CMD) ; \
> >     fi
> >  
> >  gentests:

> Ooops, I've fixed that. Either try the next snapshot or make the same fix to
> Makefile.org and run config again.


Thanks, that worked.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to