projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcc13b
)
Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 13 Jul 2005 17:12:56 +0000
(17:12 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 13 Jul 2005 17:12:56 +0000
(17:12 +0000)
hack.
src/pl/plperl/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plperl/GNUmakefile
b/src/pl/plperl/GNUmakefile
index 96ee1f082870ef2419f1c49c7ebd6dfdb4037a81..e2c72801fdca25c455cc78e4c8d03e7776c4c387 100644
(file)
--- a/
src/pl/plperl/GNUmakefile
+++ b/
src/pl/plperl/GNUmakefile
@@
-19,7
+19,7
@@
ifneq (,$(findstring yes, $(shared_libperl)$(allow_nonpic_in_shlib)))
ifeq ($(PORTNAME), win32)
perl_archlibexp := $(subst \,/,$(perl_archlibexp))
perl_privlibexp := $(subst \,/,$(perl_privlibexp))
-perl_embed_ldflags := -L
$(perl_archlibexp)/CORE -lperl58
+perl_embed_ldflags := -L$(perl_archlibexp)/CORE -lperl58
override CPPFLAGS += -DPLPERL_HAVE_UID_GID
endif