mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Fix for BSDI shared libraries.
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
| # | ||||
| # | ||||
| # IDENTIFICATION | ||||
| #    $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.22 1998/10/07 06:50:26 thomas Exp $ | ||||
| #    $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.23 1998/10/09 03:07:56 momjian Exp $ | ||||
| # | ||||
| #------------------------------------------------------------------------- | ||||
|  | ||||
| @@ -51,14 +51,14 @@ endif | ||||
|  | ||||
| ifeq ($(PORTNAME), bsdi) | ||||
|   ifdef BSD_SHLIB | ||||
|     ifeq ($(LDSUFFIX), .so) | ||||
|     ifeq ($(DLSUFFIX), .so) | ||||
|       install-shlib-dep	:= install-shlib | ||||
|       shlib		:= libpgtcl.so | ||||
|       LD		:= shlicc | ||||
|       LDFLAGS_SL	+= -O -shared | ||||
|       CFLAGS		+= $(CFLAGS_SL) | ||||
|     endif | ||||
|     ifeq ($(LDSUFFIX), .o) | ||||
|     ifeq ($(DLSUFFIX), .o) | ||||
|       install-shlib-dep	:= install-shlib | ||||
|       shlib		:= libpgtcl.o | ||||
|       LD		:= shlicc | ||||
|   | ||||
		Reference in New Issue
	
	Block a user