summaryrefslogtreecommitdiff
path: root/crypto/md4
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-19 22:02:41 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-20 16:51:31 +0100
commit45502bfe19fb03c9f343b03fa6434ee0bece8428 (patch)
treeaee03c1d32efbaa7227580971da0f628359016f2 /crypto/md4
parent011b967508342a5c940a0c75193f742c0b13bdc4 (diff)
downloadopenssl-new-45502bfe19fb03c9f343b03fa6434ee0bece8428.tar.gz
Always build library object files with shared library cflags
This takes us away from the idea that we know exactly how our static libraries are going to get used. Instead, we make them available to build shareable things with, be it other shared libraries or DSOs. On the other hand, we also have greater control of when the shared library cflags. They will never be used with object files meant got binaries, such as apps/openssl or test/test*. With unified, we take this a bit further and prepare for having to deal with extra cflags specifically to be used with DSOs (dynamic engines), libraries and binaries (applications). Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/Makefile.in b/crypto/md4/Makefile.in
index ff5a2c15f0..b45b6ce64f 100644
--- a/crypto/md4/Makefile.in
+++ b/crypto/md4/Makefile.in
@@ -11,7 +11,7 @@ CFLAG=-g
MAKEFILE= Makefile
AR= ar r
-CFLAGS= $(INCLUDES) $(CFLAG)
+CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG)
GENERAL=Makefile