Re: one idea
Felix von Leitner <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
> I tried to build last openssl with > make CC='diet -Os gcc -nostdinc -s' > and it fails. The problem was that Makefile expected one > variable for CC. The openssl build system gets more broken with each version. It's a tragedy, really. I just sent them a bug report about this. They also have .../lib/ hardcoded which is wrong on amd64 systems. What a crock. I don't think we should try to work around their brokenness. Their build system is faulty, it's their responsibility to fix it. I emailed them a fix for their Makefiles. Felix