From: Andy Polyakov Date: Sat, 20 May 2006 08:52:34 +0000 (+0000) Subject: Tiny up hpux targets. X-Git-Tag: OpenSSL_0_9_8k^2~1306 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=74aa1a43784c7108700d3b67c81e6a09a2dc58e2;ds=sidebyside Tiny up hpux targets. --- diff --git a/Makefile.shared b/Makefile.shared index b44c7ead2a..465c258d6a 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -466,7 +466,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=''; \