Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a4c2a7

Browse files
committed
Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L
hack.
1 parent 0016911 commit 5a4c2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plperl/GNUmakefile

+2-2
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
override CPPFLAGS += -DPLPERL_HAVE_UID_GID
2424
endif
2525

0 commit comments

Comments
 (0)