From 9c6413521db8d302fa71468e7d72ab6716847bbd Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 11 Oct 2005 20:20:55 +0000 Subject: [PATCH] Typo in darwin-shared rule. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` \ -- 2.50.1