mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Don't make shared libraries for i386_solaris yet...it doesn't work
This commit is contained in:
parent
ef12012e5b
commit
24549df4bf
@ -25,12 +25,12 @@ ifeq ($(PORTNAME), bsd)
|
|||||||
LDFLAGS_SL = -x -Bshareable -Bforcearchive
|
LDFLAGS_SL = -x -Bshareable -Bforcearchive
|
||||||
CFLAGS += $(CFLAGS_SL)
|
CFLAGS += $(CFLAGS_SL)
|
||||||
endif
|
endif
|
||||||
ifeq ($(PORTNAME), i386_solaris)
|
#ifeq ($(PORTNAME), i386_solaris)
|
||||||
install-shlib-dep := install-shlib
|
# install-shlib-dep := install-shlib
|
||||||
shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
|
# shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
|
||||||
LDFLAGS_SL = -G -z text
|
# LDFLAGS_SL = -G -z text
|
||||||
CFLAGS += $(CFLAGS_SL)
|
# CFLAGS += $(CFLAGS_SL)
|
||||||
endif
|
#endif
|
||||||
ifeq ($(PORTNAME), univel)
|
ifeq ($(PORTNAME), univel)
|
||||||
install-shlib-dep := install-shlib
|
install-shlib-dep := install-shlib
|
||||||
shlib := libecpg.so.1
|
shlib := libecpg.so.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user