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