From: Ken Raeburn Date: Fri, 16 Jun 2006 23:41:54 +0000 (+0000) Subject: (hpux10.exports): Export initializer and destructor symbols(?). Patch X-Git-Tag: krb5-1.5-beta1~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=23f17106dceb6ef1fd483799bbc1e24b442deb57;p=krb5.git (hpux10.exports): Export initializer and destructor symbols(?). Patch from Albert Chin. ticket: 3129 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18158 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/lib.in b/src/config/lib.in index 40c245b08..5d362743d 100644 --- a/src/config/lib.in +++ b/src/config/lib.in @@ -89,6 +89,8 @@ hpux10.exports: $(SHLIB_EXPORT_FILE) Makefile else :; fi; \ done; echo "$$a" >> hpux10.tmp echo "+e errno" >> hpux10.tmp + echo "+e _GLOBAL__FD_lib$(LIBBASE)_$(LIBMAJOR)_$(LIBMINOR)" >> hpux10.tmp + echo "+e _GLOBAL__FI_lib$(LIBBASE)_$(LIBMAJOR)_$(LIBMINOR)" >> hpux10.tmp mv -f hpux10.tmp hpux10.exports lib$(LIBBASE)$(PFLIBEXT): $(PFOBJLISTS)