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

Commitde62329

Browse files
committed
Fix for bsdi 4.1 shared libraries.
1 parent16ace63 commitde62329

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-
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.18 2000/03/08 01:58:15 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.19 2000/03/09 17:07:32 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -82,7 +82,7 @@ ifeq ($(PORTNAME), bsdi)
8282
ifeq ($(DLSUFFIX), .so)
8383
install-shlib-dep := install-shlib
8484
shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
85-
LDFLAGS_SL+= -shared
85+
LDFLAGS_SL+= -shared -soname $(shlib)
8686
CFLAGS+= $(CFLAGS_SL)
8787
endif
8888
ifeq ($(DLSUFFIX), .o)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp