git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 8deafd6) | patch
Implement a few changes to how shared libraries and dynamically loadable
Mon, 7 Apr 2008 14:15:58 +0000 (14:15 +0000)
Mon, 7 Apr 2008 14:15:58 +0000 (14:15 +0000)
commit 46e76373ec6036a0a53206ef0ea87df75d082c48
Implement a few changes to how shared libraries and dynamically loadable
modules are built. Foremost, it creates a solid distinction between these two
types of targets based on what had already been implemented and duplicated in
ad hoc ways before. Specifically,

- Dynamically loadable modules no longer get a soname. The numbers previously
set in the makefiles were dummy numbers anyway, and the presence of a soname
upset a few packaging tools, so it is nicer not to have one.

- The cumbersome detour taken on installation (build a libfoo.so.0.0.0 and
then override the rule to install foo.so instead) is removed.

- Lots of duplicated code simplified.
14 files changed:
src/Makefile.shlib diff | blob | blame | history
src/backend/snowball/Makefile diff | blob | blame | history
src/backend/utils/mb/conversion_procs/proc.mk diff | blob | blame | history
src/interfaces/ecpg/compatlib/Makefile diff | blob | blame | history
src/interfaces/ecpg/ecpglib/Makefile diff | blob | blame | history
src/interfaces/ecpg/pgtypeslib/Makefile diff | blob | blame | history
src/interfaces/libpq/Makefile diff | blob | blame | history
src/makefiles/pgxs.mk diff | blob | blame | history
src/pl/plperl/GNUmakefile diff | blob | blame | history
src/pl/plpgsql/src/Makefile diff | blob | blame | history
src/pl/plpython/Makefile diff | blob | blame | history
src/pl/tcl/Makefile diff | blob | blame | history
src/test/regress/GNUmakefile diff | blob | blame | history
src/tutorial/Makefile diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /