Skip to content

Commit a0e5921

Browse files
committed
Revert broken rpath addition.
1 parent ab50ed8 commit a0e5921

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pl/plperl/GNUmakefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for PL/Perl
2-
# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.13 2004/07/01 20:50:22 joe Exp $
2+
# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.14 2004/07/05 23:24:12 tgl Exp $
33

44
subdir = src/pl/plperl
55
top_builddir = ../../..
@@ -27,11 +27,7 @@ SO_MINOR_VERSION = 0
2727

2828
OBJS = plperl.o spi_internal.o SPI.o
2929

30-
ifeq ($(enable_rpath), yes)
31-
SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS) -Wl,-rpath,$(perl_archlibexp)/CORE
32-
else
3330
SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
34-
endif
3531

3632
include $(top_srcdir)/src/Makefile.shlib
3733

0 commit comments

Comments
 (0)