Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cc6c29

Browse files
committed
Patch #805678: Add .so symlink during make install. Backported to 2.3.
1 parent 519adae commit 2cc6c29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ altbininstall: $(BUILDPYTHON)
613613
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
614614
else \
615615
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
616+
(cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
616617
fi; \
617618
else true; \
618619
fi

0 commit comments

Comments
 (0)