Re: PAM-0.74 compile error

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

 



Thus spake Andrew Morgan:
> BTW. The redhat.defs thing shouldn't be needed at all any more. It
> should all be handled with ./configure .

Good, thanks.  One less symlink and non-standard file to have to
maintain.

I don't know if you're at all interested in this, but here's a patch so
'MODULES' isn't inherited in a multi-level build environment.

Wil
-- 
W. Reilly Cooley                         wcooley@nakedape.cc
Naked Ape Consulting                      http://nakedape.cc
LNXS: Linux/GNU for servers, networks, and   http://lnxs.org
people who take care of them.  *Now with integrated crypto!*
irc.openprojects.net                                   #lnxs

'Tis more blessed to give than receive; for example, wedding presents.
		-- H.L. Mencken
Index: Makefile
===================================================================
RCS file: /cvsroot/lnxs/lnxs/auth/pam/Makefile,v
retrieving revision 1.1.1.3
diff -u -u -r1.1.1.3 Makefile
--- Makefile	2001/01/30 02:58:30	1.1.1.3
+++ Makefile	2001/02/07 19:27:02
@@ -9,6 +9,9 @@
 ## configure.in not getting propagated down the tree. (AGM) [I realise
 ## that this may not prove possible, but at least I tried.. Sigh.]
 
+# Undefine 'MODULES' from any upper-level Makefiles
+MODULES=
+
 DISTNAME=Linux-PAM
 
 ifeq ($(shell test \! -f Make.Rules || echo yes),yes)

[Index of Archives]     [Fedora Users]     [Kernel]     [Red Hat Install]     [Linux for the blind]     [Gimp]

  Powered by Linux