PERFORCE change 31071 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Tue May 13 05:49:25 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31071
Change 31071 by des at 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
More information about the p4-projects
mailing list