summaryrefslogtreecommitdiff
path: root/crypto/lhash
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/lhash
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/lhash')
-rw-r--r--crypto/lhash/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/lhash/Makefile.in b/crypto/lhash/Makefile.in
index a9dc3dfea9..ff9000102c 100644
--- a/crypto/lhash/Makefile.in
+++ b/crypto/lhash/Makefile.in
@@ -10,7 +10,7 @@ CFLAG=-g
MAKEFILE= Makefile
AR= ar r
-CFLAGS= $(INCLUDES) $(CFLAG)
+CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG)
GENERAL=Makefile