Re: makefile patches from MacPorts
Peter Gutmann <[email protected]> Thu, 16 Apr 2015 03:01:53 +1200
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
Jeffrey Walton <[email protected]> writes: >Passing sysroot and sanitizers through CFLAGS and CXXFLAGS and using the >compiler driver to invoke the linker ensures everything is passed correctly. >You can do it invoking LD directly, its just much more painful. OK, so what changes are necessary to the makefile for this to function the way you want? Note that is has to be portable (i.e. not Gnu make specific) since cryptlib has to build on all sorts of weird stuff, which means things like += and ?= and the like are out (they've only been in Posix for a few years, see http://austingroupbugs.net/view.php?id=330, which means there'll still be lots of makes that don't handle them). Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.