diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-05 23:24:12 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-07-05 23:24:12 +0000 |
commit | a0e592141e59233803f49e71bad8cd802ce0ac13 (patch) | |
tree | 1b935721493a952cd5416d1d803366924c881e7f | |
parent | ab50ed8f57feb0f2fff30497115dbcc65175ed3a (diff) | |
download | postgresql-a0e592141e59233803f49e71bad8cd802ce0ac13.tar.gz postgresql-a0e592141e59233803f49e71bad8cd802ce0ac13.zip |
Revert broken rpath addition.
-rw-r--r-- | src/pl/plperl/GNUmakefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile index 5b065aa7d9e..10e62e65e48 100644 --- a/src/pl/plperl/GNUmakefile +++ b/src/pl/plperl/GNUmakefile @@ -1,5 +1,5 @@ # Makefile for PL/Perl -# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.13 2004/07/01 20:50:22 joe Exp $ +# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.14 2004/07/05 23:24:12 tgl Exp $ subdir = src/pl/plperl top_builddir = ../../.. @@ -27,11 +27,7 @@ SO_MINOR_VERSION = 0 OBJS = plperl.o spi_internal.o SPI.o -ifeq ($(enable_rpath), yes) -SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS) -Wl,-rpath,$(perl_archlibexp)/CORE -else SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS) -endif include $(top_srcdir)/src/Makefile.shlib |