Subject: | plugins don't build on HP-UX |
Date: | Thu, 22 Apr 2010 21:01:02 -0400 |
From: | "Arlene Berry" <aberry@likewise.com> |
To: | <krb5-bugs@mit.edu> |
The problem is all of the Makefile.in’s have the library extension hardcoded to “.so”:
SO_EXT=.so
but they should be set to the DYNOBJEXT variable which is set to the correct value by config/shlib.conf:
SO_EXT=$(DYNOBJEXT)