link libraries with version numbers to unnumbered libs for compatibility with already built extensions
This commit is contained in:
@@ -387,6 +387,9 @@ ifneq ($(SHRLIB_SUFFIX),.dll)
|
||||
ifneq (,$(strip $(SHRLIB_VERSION)))
|
||||
@$(RM) $(subst .$(SHRLIB_VERSION),,$@)
|
||||
ln -s $< $(subst .$(SHRLIB_VERSION),,$@)
|
||||
else
|
||||
@$(RM) $@.3.14
|
||||
ln -s $< $@.3.14
|
||||
endif # SHRLIB_VERSION
|
||||
endif # SHRLIB_SUFFIX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user