Re: Makefile.aix patch for shlib's

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Makefile.aix patch for shlib's
Date: 2002-02-23 21:25:20
Message-ID: 200202232125.g1NLPKS09017@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Zeugswetter Andreas SB SD wrote:
>
> Feature patch per prev thread for --with-tcl, only affects AIX
>
> patch is low risc, thus could be applied now, but can also wait for 7.3
> Old Makefile shows, that -bnoentry is available since 4.1 .
>
> Andreas

*** ./src/makefiles/Makefile.aix.orig Wed Aug 29 21:14:40 2001
--- ./src/makefiles/Makefile.aix Wed Jan 9 18:15:17 2002
***************
*** 10,17 ****
ifneq ($(GCC), yes)
ifeq ($(host_os), aix3.2.5)
LDFLAGS_SL = -e _nostart
! endif
! ifneq (,$(findstring aix4.1, $(host_os)))
LDFLAGS_SL = -bnoentry
endif
endif
--- 10,16 ----
ifneq ($(GCC), yes)
ifeq ($(host_os), aix3.2.5)
LDFLAGS_SL = -e _nostart
! else
LDFLAGS_SL = -bnoentry
endif
endif

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-23 21:45:45 Re: COPY when 'filename' is a directory
Previous Message Tom Lane 2002-02-23 21:19:26 Re: Fix command completion for CREATE TABEL ... AS