Re: Makefile.aix patch for shlib's - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Makefile.aix patch for shlib's
Date
Msg-id 200202232125.g1NLPKS09017@candle.pha.pa.us
Whole thread Raw
In response to Makefile.aix patch for shlib's  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix command completion for CREATE TABEL ... AS
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] COPY when 'filename' is a directory