]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Don't copy from %target to %config so much, see %config as a complement
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Mar 2016 09:57:05 +0000 (10:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Mar 2016 18:15:42 +0000 (19:15 +0100)
commit2952b9b8115bdd852fb226e918f8b6d6a4a0bea2
tree0d2c1b02ef9d138dce7719daf2a7bfe8fa91c4e5
parent9c62a279fecc4ccb95ea55e1ba36470f3eab8775
Don't copy from %target to %config so much, see %config as a complement

We copied $target{cflags}, $target{defines} and a few more to %config,
just to add to the entries.  Avoid doing so, and let the build templates
deal with combining the two.

There are a few cases where we still fiddle with %target, but that's
acceptable.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configure
Makefile.in