summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/Makefile.shared')
-rw-r--r--crypto/openssl/Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/Makefile.shared b/crypto/openssl/Makefile.shared
index ef1bfe1..1b94aa1 100644
--- a/crypto/openssl/Makefile.shared
+++ b/crypto/openssl/Makefile.shared
@@ -455,7 +455,7 @@ link_o.hpux:
@if ${DETECT_GNU_LD}; then $(DO_GNU_SO); else \
$(CALC_VERSIONS); \
SHLIB=lib$(LIBNAME).sl; \
- expr "$(CFLAGS)" : 'DSO_DLFCN' > /dev/null && SHLIB=lib$(LIBNAME).so; \
+ expr "$(CFLAGS)" : '.*DSO_DLFCN' > /dev/null && SHLIB=lib$(LIBNAME).so; \
SHLIB_SUFFIX=; \
ALLSYMSFLAGS='-Wl,-Fl'; \
NOALLSYMSFLAGS=''; \
OpenPOWER on IntegriCloud