Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2003 05:49:23 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31071 for review
Message-ID:  <200305131249.h4DCnNMR006966@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31071

Change 31071 by des@des.at.des.thinksec.com on 2003/05/13 05:48:36

	OpenBSD doesn't create libpam.so at build time, and FreeBSD ignores the
	minor number, so the only file we can safely depend on is libpam.a.

Affected files ...

.. //depot/projects/openpam/bin/su/Makefile#6 edit

Differences ...

==== //depot/projects/openpam/bin/su/Makefile#6 (text+ko) ====

@@ -32,13 +32,13 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $P4: //depot/projects/openpam/bin/su/Makefile#5 $
+# $P4: //depot/projects/openpam/bin/su/Makefile#6 $
 #
 
 PROG		 = su
 WARNS		?= 4
 CFLAGS		+= -I${.CURDIR}/../../include
-DPADD		 = ${.OBJDIR}/../../lib/libpam.so
+DPADD		 = ${.OBJDIR}/../../lib/libpam.a
 LDADD		 = -L${.OBJDIR}/../../lib -R${.OBJDIR}/../../lib -lpam
 NOMAN		 = YES
 



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