diff options
Diffstat (limited to 'openssl/vendor/current/Makefile.shared')
-rw-r--r-- | openssl/vendor/current/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/vendor/current/Makefile.shared b/openssl/vendor/current/Makefile.shared index ef1bfe12..1b94aa18 100644 --- a/openssl/vendor/current/Makefile.shared +++ b/openssl/vendor/current/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=''; \ |