git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb6f1eb)
On cygwin and win32, don't override the shlib name when building a module.
Tue, 8 Apr 2008 09:50:29 +0000 (09:50 +0000)
Tue, 8 Apr 2008 09:50:29 +0000 (09:50 +0000)
Should fix regression test failures on those platforms.


diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index a7d679ee5972b5496cdeb02853b8933850f32fd5..4e795e32fe322bbe4afc2d64d3bbd8319f059b36 100644 (file)
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.115 2008年04月07日 23:08:15 petere Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.116 2008年04月08日 09:50:29 petere Exp $
#
#-------------------------------------------------------------------------
@@ -311,12 +311,16 @@ ifeq ($(PORTNAME), unixware)
endif
ifeq ($(PORTNAME), cygwin)
- shlib = cyg$(NAME)$(DLSUFFIX)
+ ifdef SO_MAJOR_VERSION
+ shlib = cyg$(NAME)$(DLSUFFIX)
+ endif
haslibarule = yes
endif
ifeq ($(PORTNAME), win32)
- shlib = lib$(NAME)$(DLSUFFIX)
+ ifdef SO_MAJOR_VERSION
+ shlib = lib$(NAME)$(DLSUFFIX)
+ endif
haslibarule = yes
endif
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /