Commit a346e16f authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #805678: Add .so symlink during make install. Backported to 2.3.

parent 36a29c4f
......@@ -613,6 +613,7 @@ altbininstall: $(BUILDPYTHON)
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
else \
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
(cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
fi; \
else true; \
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment