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

Commit5bced8f

Browse files
committed
Move -L flag around for shared builds:
I wrote:> So either we code up some intelligence to put the "C" in the right> position or we have to pass down "A B" and "D" separately from the> main makefile.The following patch might just do the former. Please try it out.Peter E.
1 parentd6375d6 commit5bced8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.93 2005/07/12 23:06:48 tgl Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.94 2005/07/13 02:11:57 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -247,7 +247,7 @@ ifeq ($(PORTNAME), beos)
247247
SHLIB_LINK+= -ltermcap -lstdc++.r4 -lbind -lsocket -L/boot/develop/lib/x86
248248
endif
249249

250-
SHLIB_LINK := $(filter -L%, $(LDFLAGS)) $(SHLIB_LINK)
250+
SHLIB_LINK := $(filter -L%, $(SHLIB_LINK)) $(filter -L%, $(LDFLAGS)) $(filter-out -L%, $(SHLIB_LINK))
251251
ifeq ($(enable_rpath), yes)
252252
SHLIB_LINK += $(rpath)
253253
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp