it turned out that the libpq makefile chokes on '-L /lib/pa1.1'.
Need to remove the space so filter rule works.
# add -L command to make that happen.
# (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
ifneq ($(HPUXMATHLIB),)
- LDFLAGS:= -L /lib/pa1.1 $(LDFLAGS)
+ LDFLAGS:= -L/lib/pa1.1 $(LDFLAGS)
endif
# Embed 'libdir' as the shared library search path so that the executables