From: Andy Polyakov Date: Tue, 11 Oct 2005 20:20:55 +0000 (+0000) Subject: Typo in darwin-shared rule. X-Git-Tag: OpenSSL_0_9_7i~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c6413521db8d302fa71468e7d72ab6716847bbd;p=openssl Typo in darwin-shared rule. --- diff --git a/Makefile.org b/Makefile.org index 46cdb9fc7c..2c66d6738e 100644 --- a/Makefile.org +++ b/Makefile.org @@ -325,7 +325,7 @@ do_darwin-shared: if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \ libs="$(LIBKRB5) $$libs"; \ fi; \ - ( set -x; ${CC} ${SHARED_LDFLAGS} + ( set -x; ${CC} ${SHARED_LDFLAGS} \ --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \ lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \ -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \