8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab50ed8 commit a0e5921Copy full SHA for a0e5921
src/pl/plperl/GNUmakefile
@@ -1,5 +1,5 @@
1
# Makefile for PL/Perl
2
-# $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 $
3
4
subdir = src/pl/plperl
5
top_builddir = ../../..
@@ -27,11 +27,7 @@ SO_MINOR_VERSION = 0
27
28
OBJS = plperl.o spi_internal.o SPI.o
29
2 653A 9
30
-ifeq ($(enable_rpath), yes)
31
-SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS) -Wl,-rpath,$(perl_archlibexp)/CORE
32
-else
33
SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS)
34
-endif
35
36
include $(top_srcdir)/src/Makefile.shlib
37
0 commit comments