mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict
with the -o $@ used in the ${SHLIB} directive, causing a failure for *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
This commit is contained in:
parent
fbcda7b4a7
commit
97f5547297
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.7 1998/10/12 01:23:27 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.8 1998/10/13 14:12:22 scrappy Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -60,14 +60,14 @@ endif
|
|||||||
ifeq ($(PORTNAME), solaris_sparc)
|
ifeq ($(PORTNAME), solaris_sparc)
|
||||||
INSTALL-SHLIB-DEP := install-shlib
|
INSTALL-SHLIB-DEP := install-shlib
|
||||||
SHLIB := libpq++.so.1
|
SHLIB := libpq++.so.1
|
||||||
LDFLAGS_SL = -G -shared -soname $(SHLIB)
|
LDFLAGS_SL = -G -shared
|
||||||
CFLAGS += $(CFLAGS_SL)
|
CFLAGS += $(CFLAGS_SL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PORTNAME), solaris_i386)
|
ifeq ($(PORTNAME), solaris_i386)
|
||||||
INSTALL-SHLIB-DEP := install-shlib
|
INSTALL-SHLIB-DEP := install-shlib
|
||||||
SHLIB := libpq++.so.1
|
SHLIB := libpq++.so.1
|
||||||
LDFLAGS_SL = -G -shared -soname $(SHLIB)
|
LDFLAGS_SL = -G -shared
|
||||||
CFLAGS += $(CFLAGS_SL)
|
CFLAGS += $(CFLAGS_SL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user