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

Commit3f5563d

Browse files
committed
Playing with the earthdistance stuff, and found I needed the following
patch:Larry Rosenman
1 parent36546c9 commit3f5563d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/earthdistance/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.8 2001/02/20 19:20:27 petere Exp $
2+
# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.9 2001/05/30 12:58:45 momjian Exp $
33
#
44

55
subdir = contrib/earthdistance
@@ -15,7 +15,7 @@ override CFLAGS += $(CFLAGS_SL)
1515
all:$(SONAME)$(NAME).sql
1616

1717
$(NAME).sql:$(NAME).sql.in
18-
sed -e's:MODULE_PATHNAME:$(datadir)/contrib/$(SONAME):g'<$<>$@
18+
sed -e's:MODULE_PATHNAME:$(libdir)/contrib/$(SONAME):g'<$<>$@
1919

2020
install: all installdirs
2121
$(INSTALL_SHLIB)$(SONAME)$(libdir)/contrib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp