Skip to content
Snippets Groups Projects
Commit a0e59214 authored by Tom Lane's avatar Tom Lane
Browse files

Revert broken rpath addition.

parent ab50ed8f
No related branches found
No related tags found
No related merge requests found
# Makefile for PL/Perl # 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 subdir = src/pl/plperl
top_builddir = ../../.. top_builddir = ../../..
...@@ -27,11 +27,7 @@ SO_MINOR_VERSION = 0 ...@@ -27,11 +27,7 @@ SO_MINOR_VERSION = 0
OBJS = plperl.o spi_internal.o SPI.o 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) SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
endif
include $(top_srcdir)/src/Makefile.shlib include $(top_srcdir)/src/Makefile.shlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment