Monday, March 05, 2018

Re: NEW: security/argon2

On 2018/03/05 08:10, Stuart Henderson wrote:
> The license marker should use OR not AND.
>
> You may use this work under the terms of a Creative Commons CC0 1.0
> License/Waiver or the Apache Public License 2.0, at your option.
>
>

: MAKE_FLAGS = CC=$(CC) INSTALL="$(INSTALL)" OPTTARGET=none \
: PREFIX='${TRUEPREFIX}' ABI_VERSION='${LIBargon2_VERSION}'

The mix of ' and " seems a bit odd? And I'd generally prefer to have CC
wrapped in quotes i.e. CC="$(CC)" in case someone uses a compiler wrapper
that needs it.

No comments:

Post a Comment