Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0e5921

Browse files
committed
Revert broken rpath addition.
1 parentab50ed8 commita0e5921

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/pl/plperl/GNUmakefile

Lines changed: 1 addition & 5 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp