From f425f9dcffc4efa13fbdbba34c6883b038409f3f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 12 Mar 2016 09:46:28 +0100 Subject: 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 --- crypto/bf/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf') diff --git a/crypto/bf/build.info b/crypto/bf/build.info index 466f1343cd..b8f982004a 100644 --- a/crypto/bf/build.info +++ b/crypto/bf/build.info @@ -1,5 +1,5 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c -GENERATE[bf-586.s]=asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) +GENERATE[bf-586.s]=asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl -- cgit v1.2.3