pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/security/PAM Pullup ticket 751 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee38b8ad9cef
branches:  pkgsrc-2005Q2
changeset: 496070:ee38b8ad9cef
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Sep 10 07:47:20 2005 +0000

description:
Pullup ticket 751 - requested by Lubomir Sedlacik
build fix for PAM

Revision pulled up:
- pkgsrc/security/PAM/Makefile  1.35

   Module Name:    pkgsrc
   Committed By:   salo
   Date:           Thu Sep  8 21:57:56 UTC 2005

   Modified Files:
      pkgsrc/security/PAM: Makefile

   Log Message:
   Define USE_GETLOGIN for preprocessor instead so it later just DTRT.
   Should fix PR pkg/30965

   (the same issue was uncovered while working on a pullup ticket #738)

diffstat:

 security/PAM/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8fff46a6989d -r ee38b8ad9cef security/PAM/Makefile
--- a/security/PAM/Makefile     Thu Sep 08 10:28:07 2005 +0000
+++ b/security/PAM/Makefile     Sat Sep 10 07:47:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.34.2.1 2005/09/10 07:47:20 snj Exp $
 #
 
 DISTNAME=      Linux-PAM-0.77
@@ -58,9 +58,8 @@
 .endif
 
 .if !empty(OPSYS:M*BSD)
-CFLAGS+=               -DUSE_GETLOGIN=1
+CPPFLAGS+=             -DUSE_GETLOGIN=1
 .endif
-MAKE_FLAGS+=           OS_CFLAGS="${CFLAGS}"
 
 # pam_userdb uses ndbm if it finds it, otherwise it will use Berkeley DB.
 .if !exists(/usr/include/ndbm.h)



Home | Main Index | Thread Index | Old Index