aboutsummaryrefslogtreecommitdiff
path: root/src/config/lib.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-16 23:41:54 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-16 23:41:54 +0000
commit23f17106dceb6ef1fd483799bbc1e24b442deb57 (patch)
treeb3f83d3b5c3966ad1d7c88ec154bb0deed71af62 /src/config/lib.in
parent0cac95ff79f6cc5d21bc85d76e91615c50228ee9 (diff)
downloadkrb5-23f17106dceb6ef1fd483799bbc1e24b442deb57.zip
krb5-23f17106dceb6ef1fd483799bbc1e24b442deb57.tar.gz
krb5-23f17106dceb6ef1fd483799bbc1e24b442deb57.tar.bz2
(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
Diffstat (limited to 'src/config/lib.in')
-rw-r--r--src/config/lib.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/lib.in b/src/config/lib.in
index 40c245b..5d36274 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)