pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/54894 (openssl-1.1.1d fails to configure on Solaris 10)



> Did you have a look at the code in the "config" file?
Yes, briefly.

>    .include "../../mk/bsd.pkg.mk"
> 
>    # empty, to force GCCVER to be evaluated on SunOS
>    CONFIGURE_ENV+= CC=
> 
> Please try this, and if that works, I'll have to think about a good and
> elegant solution. Usually the bsd.pkg.mk line is the last line in every
> package Makefile, therefore this is only a quick hack.
It should be 

CONFIGURE_ENV+= CC=""

, instead of 

> CONFIGURE_ENV+= CC=

.

I confirmed that this line fixed the problem.



Home | Main Index | Thread Index | Old Index