b33c4a2d4e
The luajit Makefile has the following logic:
$(LDCONFIG) $(INSTALL_LIB) && \
$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \
$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || :
So if ldconfig fails for some reason, the symbolic links to refer to
the luajit library are not created. Since ldconfig for the target
didn't make sense, LDCONFIG=true has been added a long time ago when
building the target variant of luajit.
However, since commit
|
||
---|---|---|
.. | ||
0001-no-bin-symlink.patch | ||
0002-install-inc.patch | ||
0003-install-so.patch | ||
Config.in | ||
luajit.hash | ||
luajit.mk |