summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/chacha')
-rw-r--r--crypto/chacha/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/Makefile.in b/crypto/chacha/Makefile.in
index de80ba4fd0..33e41d5940 100644
--- a/crypto/chacha/Makefile.in
+++ b/crypto/chacha/Makefile.in
@@ -12,7 +12,7 @@ AR= ar r
CHACHA_ENC=chacha_enc.o
-CFLAGS= $(INCLUDES) $(CFLAG)
+CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)
AFLAGS= $(ASFLAGS)