[uClibc] Makefile - install_dev - symlink creation

Peter Lassahn lassahn at eup.pandacom.de
Tue Nov 11 18:06:45 UTC 2003


uClibc-0.9.22 and earlier versions:

In uClibc main Makefile, 'install_dev' target:

If shared library generation is activated, the *.so.0 symlinks are not
copied into the lib directory of the development environment.

In order to ensure *.so.0 symlink creation within that directory,
the line
  -find lib/ -type l -name '*.so' -exec cp -fa {} ...
directly below the line
  ifeq ($strip $(HAVE_SHARED)),y)
should be amended by one asterisk:
  -find lib/ -type l -name '*.so*' -exec cp -fa {} ...

I hope that this patch will go into uClibc-0.9.23.

Thanks

Peter




More information about the uClibc mailing list