-
- Downloads
Adjust Darwin build to use the default 'two level namespace' linking
method. Fix a number of places where shared libraries were linked without mentioning all the libraries they depend on; the Darwin and AIX ports are known to require this, and it doesn't seem to hurt any other supported platforms. (Hence, remove code in pl/tcl makefile that tried to avoid mentioning other libs if not needed.)
Showing
- src/Makefile.shlib 2 additions, 2 deletionssrc/Makefile.shlib
- src/interfaces/ecpg/compatlib/Makefile 3 additions, 2 deletionssrc/interfaces/ecpg/compatlib/Makefile
- src/interfaces/ecpg/ecpglib/Makefile 3 additions, 2 deletionssrc/interfaces/ecpg/ecpglib/Makefile
- src/interfaces/libpgtcl/Makefile 3 additions, 7 deletionssrc/interfaces/libpgtcl/Makefile
- src/makefiles/Makefile.darwin 4 additions, 4 deletionssrc/makefiles/Makefile.darwin
- src/pl/tcl/Makefile 3 additions, 20 deletionssrc/pl/tcl/Makefile
Loading
Please register or sign in to comment