summaryrefslogtreecommitdiffstats
path: root/crypto/cast
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-12 09:46:28 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-13 00:02:55 +0100
commitf425f9dcffc4efa13fbdbba34c6883b038409f3f (patch)
tree908a5963482e9165992ea3f1d65664e797fd7aad /crypto/cast
parent8a0a3d293cc51c1cfeb5a3fecca01ec106747694 (diff)
Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)
The reason to do so is that some of the generators detect PIC flags like -fPIC and -KPIC, and those are normally delivered in LD_CFLAGS. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/build.info b/crypto/cast/build.info
index 20b6f6c9f4..f6a25c9a56 100644
--- a/crypto/cast/build.info
+++ b/crypto/cast/build.info
@@ -2,5 +2,5 @@ LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c
-GENERATE[cast-586.s]=asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR)
+GENERATE[cast-586.s]=asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR)
DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl