1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Make DESTDIR consistent, and verious Linux cleanups.

This commit is contained in:
Bruce Momjian
1998-04-06 01:36:41 +00:00
parent 5523beb949
commit 066ee9a2e9
10 changed files with 88 additions and 98 deletions

View File

@@ -19,7 +19,7 @@ ifeq ($(PORTNAME), linux)
ifdef LINUX_ELF
install-shlib-dep := install-shlib
shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LDFLAGS_SL = -shared
LDFLAGS_SL = -shared -soname libecpg.so.$(SO_MAJOR_VERSION)
CFLAGS += $(CFLAGS_SL)
endif
endif