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

Commit5a4c2a7

Browse files
committed
Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L
hack.
1 parent0016911 commit5a4c2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plperl/GNUmakefile

Lines changed: 2 additions & 2 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.24 2005/07/06 22:44:49 momjian Exp $
2+
# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.25 2005/07/13 17:12:56 tgl Exp $
33

44
subdir = src/pl/plperl
55
top_builddir = ../../..
@@ -19,7 +19,7 @@ ifneq (,$(findstring yes, $(shared_libperl)$(allow_nonpic_in_shlib)))
1919
ifeq ($(PORTNAME), win32)
2020
perl_archlibexp :=$(subst \,/,$(perl_archlibexp))
2121
perl_privlibexp :=$(subst \,/,$(perl_privlibexp))
22-
perl_embed_ldflags := -L$(perl_archlibexp)/CORE -lperl58
22+
perl_embed_ldflags := -L$(perl_archlibexp)/CORE -lperl58
2323
overrideCPPFLAGS += -DPLPERL_HAVE_UID_GID
2424
endif
2525

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp