comparison src/postgresql-1-fixes.patch @ 3688:e5d08daf58a0

fix postgresql shlib install problem on non-Windows systems
author John W. Eaton <jwe@octave.org>
date Wed, 20 Aug 2014 14:32:50 -0400
parents 35404cf378db
children
comparison
equal deleted inserted replaced
3687:1d5439991318 3688:e5d08daf58a0
82 82
83 ifeq ($(enable_shared), yes) 83 ifeq ($(enable_shared), yes)
84 -install-lib-shared: $(shlib) installdirs-lib 84 -install-lib-shared: $(shlib) installdirs-lib
85 +install-lib-shared: $(shlib) 85 +install-lib-shared: $(shlib)
86 +ifeq (, $(filter $(PORTNAME), win32 cygwin)) 86 +ifeq (, $(filter $(PORTNAME), win32 cygwin))
87 +install-lib-shared: installdirs-lib 87 +install-lib-shared: $(shlib) installdirs-lib
88 +endif # not win32 or cygwin 88 +endif # not win32 or cygwin
89 ifdef soname 89 ifdef soname
90 # we don't install $(shlib) on AIX 90 # we don't install $(shlib) on AIX
91 # (see http://archives.postgresql.org/message-id/52EF20B2E3209443BC37736D00C3C1380A6E79FE@EXADV1.host.magwien.gv.at) 91 # (see http://archives.postgresql.org/message-id/52EF20B2E3209443BC37736D00C3C1380A6E79FE@EXADV1.host.magwien.gv.at)
92 ifneq ($(PORTNAME), aix) 92 ifneq ($(PORTNAME), aix)