From: Andrew Deason Date: Fri, 4 Nov 2011 21:12:03 +0000 (-0500) Subject: libafsauthent: Remove obsolete HP-UX workaround X-Git-Tag: upstream/1.8.0_pre1^2~3078 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c96d3429f2d4ad2ec7ac45a83c1111dc60a0d5c1;p=packages%2Fo%2Fopenafs.git libafsauthent: Remove obsolete HP-UX workaround This workaround is no longer relevant. It is also error-prone and there are far better ways to achieve a similar result, so get rid of it. Change-Id: If77f0cd95c8c608913d0c8717729a05c1ad67df9 Reviewed-on: http://gerrit.openafs.org/5811 Reviewed-by: Simon Wilkinson Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/libafsauthent/Makefile.in b/src/libafsauthent/Makefile.in index bffe8b4f5..8950cd8e3 100644 --- a/src/libafsauthent/Makefile.in +++ b/src/libafsauthent/Makefile.in @@ -228,24 +228,8 @@ rxkad_errs.o: ../rxkad/rxkad_errs.c ptclient.o: ${PTSERVER}/ptclient.c ${AFS_CCRULE} -I../ptserver ${PTSERVER}/ptclient.c -# The special treatment of this file for hp_ux110 is because of a bug -# in version A.11.01.00 of the HP C compiler. This bug appears to be -# fixed in version A.11.01.02 of the HP C compiler, however this version -# of the compiler is not installed on all of our build machines. -# The symptom of the problem is an error when linking the pthread fileserver: -# /usr/ccs/bin/ld: TP override with DATA_ONE_SYM fixup for non thread local -# storage symbol pr_Initialize in file DEST/lib/libafsauthent.a(ptuser.o) ptuser.o: ${PTSERVER}/ptuser.c - set -x; \ - case ${SYS_NAME} in \ - hp_ux11*) \ - set X `echo ${AFS_CCRULE} -I../ptserver ${PTSERVER}/ptuser.c | sed s/-g//`; shift; \ - "$$@" \ - ;; \ - *) \ - ${AFS_CCRULE} -I../ptserver ${PTSERVER}/ptuser.c \ - ;; \ - esac + ${AFS_CCRULE} -I../ptserver ${PTSERVER}/ptuser.c display.o: ${PTSERVER}/display.c ${AFS_CCRULE} -I../ptserver ${PTSERVER}/display.c