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

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy