OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-60-ga912db3
Gerrit Code Review
gerrit@openafs.org
Wed, 21 Jul 2021 20:52:30 -0400
The following commit has been merged in the master branch:
commit a912db315b4f29673808a7f900eb038ebd7b89c2
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Jul 16 14:02:07 2021 -0500
tsm41: Fix libs for AIX 7.2
AIX 7.2 doesn't seem to have libcsys, netinet.exp, sockets.exp, or
statcmd.exp available. To allow for our IMPORTS and LDFLAGS to change
depending on the AIX version, introduce the autoconf vars TSM_IMPORTS
and TSM_LIBS, which do not contain the missing libs on AIX 7.2, so we
can build on AIX 7.2.
Change-Id: I95feb22f8e2b35948d2024d5c29b917d064f30f3
Reviewed-on: https://gerrit.openafs.org/14703
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/cf/osconf.m4 | 13 +++++++++++++
src/tsm41/Makefile.in | 10 ++++------
2 files changed, 17 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository