We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6f1eb commit db5f60cCopy full SHA for db5f60c
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -311,12 +311,16 @@ ifeq ($(PORTNAME), unixware)
311
endif
312
313
ifeq ($(PORTNAME), cygwin)
314
- shlib = cyg$(NAME)$(DLSUFFIX)
+ ifdef SO_MAJOR_VERSION
315
+ shlib = cyg$(NAME)$(DLSUFFIX)
316
+ endif
317
haslibarule = yes
318
319
320
ifeq ($(PORTNAME), win32)
- shlib = lib$(NAME)$(DLSUFFIX)
321
322
+ shlib = lib$(NAME)$(DLSUFFIX)
323
324
325
326
0 commit comments