Print this page
1666 libwrap is 32bit only
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@dey-sys.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libwrap/Makefile.com
          +++ new/usr/src/lib/libwrap/Makefile.com
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  OBJECTS =       hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
  32   32                  hosts_ctl.o refuse.o percent_x.o clean_exit.o \
  33   33                  fromhost.o fix_options.o socket.o tli.o workarounds.o \
  34   34                  update.o misc.o diag.o percent_m.o libvars.o
  35   35  
  36   36  include ../../Makefile.lib
  37   37  
  38   38  LIBS =          $(DYNLIB) $(LINTLIB)
  39   39  SONAME =        $(LIBRARY:.a=.so)$(MAJOR)
  40   40  ROOTLINKS +=    $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR)
       41 +ROOTLINKS64 +=  $(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR)
  41   42  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  42   43  
  43      -MAPFILES =      ../mapfile
       44 +MAPFILES =      ../mapfile-vers
  44   45  
  45   46  LDLIBS +=       -lsocket -lnsl -lc
  46   47  
  47   48  CPPFLAGS +=     $(NETGROUP) $(TLI) $(ALWAYS_HOSTNAME) $(AUTH) \
  48   49                  $(STYLE) $(TABLES) $(DOT) $(BUGS) \
  49   50                  -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \
  50   51                  -I$(SRCDIR) 
  51   52  CFLAGS +=       $(CCVERBOSE)
  52   53  
  53   54  CERRWARN +=     -erroff=E_FUNC_EXPECTS_TO_RETURN_VALUE
↓ open down ↓ 7 lines elided ↑ open up ↑
  61   62  
  62   63  .KEEP_STATE:
  63   64  
  64   65  all: $(LIBS)
  65   66  
  66   67  lint: lintcheck
  67   68  
  68   69  $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
  69   70          $(INS.liblink)
  70   71  
       72 +$(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
       73 +        $(INS.liblink64)
       74 +
  71   75  include ../../Makefile.targ
  72   76  
  73   77  
  74   78  # The rest of this file contains definitions more-or-less directly from the
  75   79  # original Makefile of the tcp_wrappers distribution.
  76   80  
  77   81  ##############################
  78   82  # System parameters appropriate for Solaris 9 and later
  79   83  
  80   84  TLI             = -DTLI
↓ open down ↓ 81 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX