Re: [HACKERS] No Shared Libs for SVR4 in src/pl/plpgsql/src/Makefile

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: ridderbusch(dot)pad(at)sni(dot)de (Frank Ridderbusch)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] No Shared Libs for SVR4 in src/pl/plpgsql/src/Makefile
Date: 1998-10-12 01:10:53
Message-ID: 199810120110.VAA28537@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Please enter a FULL description of your problem:
> ------------------------------------------------
>
> Missing section for creating shared library for SVR4 in
> src/pl/plpgsql/src/Makefile
>
>
>
> Please describe a way to repeat the problem. Please try to provide a
> concise reproducible example, if at all possible:
> ----------------------------------------------------------------------
>
>
>
> If you know how this problem might be fixed, list the solution below:
> ---------------------------------------------------------------------
> Add a section in src/pl/plpgsql/src/Makefile, which should look like
> this (or in src/pl/plpgsql/src/Makefile.in?):
>
> ifeq ($(PORTNAME), svr4)
> LDFLAGS_SL := -G
> CFLAGS += $(CFLAGS_SL)
> endif

Added svr4 to the tree. Let me know how it works.

--
Bruce Momjian | http://www.op.net/~candle
maillist(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-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-12 01:12:40 Re: [HACKERS] Linux and -export-dynamic
Previous Message Tatsuo Ishii 1998-10-12 01:07:59 Re: [HACKERS] Linux and -export-dynamic