Re: Fix for HP-UX shared library builds
От | Peter Eisentraut |
---|---|
Тема | Re: Fix for HP-UX shared library builds |
Дата | |
Msg-id | Pine.LNX.4.44.0301031856260.8249-100000@localhost.localdomain обсуждение исходный текст |
Ответ на | Fix for HP-UX shared library builds (Giles Lean <giles@nemeton.com.au>) |
Ответы |
Re: Fix for HP-UX shared library builds
|
Список | pgsql-patches |
Giles Lean writes: > *** src/Makefile.shlib-orig Wed Oct 9 09:21:54 2002 > --- src/Makefile.shlib Sun Dec 22 21:07:43 2002 > *************** > *** 126,134 **** > endif > > ifeq ($(PORTNAME), hpux) > ! # HPUX doesn't believe in version numbers for shlibs Once upon the time this was true. When did it change, and do we still care about the pre-change versions? > ! shlib := lib$(NAME)$(DLSUFFIX) > ! LINK.shared = $(LD) -b +b $(libdir) > endif > > ifeq ($(PORTNAME), irix5) > --- 126,133 ---- > endif > > ifeq ($(PORTNAME), hpux) > ! shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION) > ! LINK.shared = $(LD) +h $(shlib) -b +b $(libdir) This should probably be +h $(soname). > endif > > ifeq ($(PORTNAME), irix5) > -- Peter Eisentraut peter_e@gmx.net
В списке pgsql-patches по дате отправления: