pkgsrc-Users archive

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

Re: SSL configured wrong for DragonFly. How can it be fixed?



On 11/24/2016 18:02, John Marino wrote:
pkgsrc assumes OpenSSL base at /usr:
security/openssl/builtin.mk:127:BUILDLINK_PREFIX.openssl= /usr

This assumption is wrong for DragonFly which has a private OpenSSL
library only for base use.  pkgsrc is supposed to build and use its own
OpenSSL.

The BUILDLINK_PREFIX.openssl is hardcoded. What's the proper fix for
pkgsrc?  (Yes, I know I can patch it in pkgsrc-synth).


This was about lang/python27.
The builtin openssl detection failed.

When I set USE_BUILTIN.openssl=NO in mk/platform/DragonFly.mk to override the faulty detection, it works.

I had to do the same thing for several others, e.g.
USE_BUILTIN.termcap=    NO
USE_BUILTIN.curses=     NO
USE_BUILTIN.ncurses=    NO
USE_BUILTIN.readline=   NO
USE_BUILTIN.openssl=    NO

even though this is supposedly the wrong solution, but it's seemingly the only choice.

John

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



Home | Main Index | Thread Index | Old Index