Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 1998 10:27:16 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/login Makefile
Message-ID:  <199811211827.KAA09689@freefall.freebsd.org>

index | next in thread | raw e-mail

jdp         1998/11/21 10:27:16 PST

  Modified files:
    usr.bin/login        Makefile 
  Log:
  Work around the problem that login won't link if NOSHARED=yes,
  because libpam is built shared only.  There is a way to build PAM
  into a static library that contains all (or a selected subset) of
  the modules.  But our Makefiles don't support that yet.  Until I get
  that working, just force NOSHARED=no in login's Makefile.  Of
  course, it still won't work if NOPIC is set.
  
  Submitted by:	bde
  
  Revision  Changes    Path
  1.25      +2 -1      src/usr.bin/login/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811211827.KAA09689>