Typo in darwin-shared rule.
This commit is contained in:
@@ -325,7 +325,7 @@ do_darwin-shared:
|
|||||||
if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
|
if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
|
||||||
libs="$(LIBKRB5) $$libs"; \
|
libs="$(LIBKRB5) $$libs"; \
|
||||||
fi; \
|
fi; \
|
||||||
( set -x; ${CC} ${SHARED_LDFLAGS}
|
( set -x; ${CC} ${SHARED_LDFLAGS} \
|
||||||
--verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
|
--verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
|
||||||
lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||||
-compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \
|
-compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \
|
||||||
|
|||||||
Reference in New Issue
Block a user