File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66# Copyright (c) 1998, Regents of the University of California
77#
88# IDENTIFICATION
9- # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.115 2008/04/07 23:08:15 petere Exp $
9+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.116 2008/04/08 09:50:29 petere Exp $
1010#
1111#-------------------------------------------------------------------------
1212
@@ -311,12 +311,16 @@ ifeq ($(PORTNAME), unixware)
311311endif
312312
313313ifeq ($(PORTNAME), cygwin)
314- shlib = cyg$(NAME)$(DLSUFFIX)
314+ ifdef SO_MAJOR_VERSION
315+ shlib = cyg$(NAME)$(DLSUFFIX)
316+ endif
315317 haslibarule = yes
316318endif
317319
318320ifeq ($(PORTNAME), win32)
319- shlib = lib$(NAME)$(DLSUFFIX)
321+ ifdef SO_MAJOR_VERSION
322+ shlib = lib$(NAME)$(DLSUFFIX)
323+ endif
320324 haslibarule = yes
321325endif
322326
You can’t perform that action at this time.
0 commit comments