diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-02-12 12:38:35 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-02-12 12:38:35 +0000 |
commit | 2cf19029f0c2f28636021b8fc6571a2ba912c054 (patch) | |
tree | 414f1b566b5f9ffe14309c843b5cc6cb201048d2 /source3 | |
parent | 8bd0dbb1af535466018b7ae3e4f7f042d493e145 (diff) | |
download | samba-2cf19029f0c2f28636021b8fc6571a2ba912c054.tar.gz samba-2cf19029f0c2f28636021b8fc6571a2ba912c054.tar.bz2 samba-2cf19029f0c2f28636021b8fc6571a2ba912c054.zip |
JHT ===> Updated RedHat RPM Makefile - not really used except to generate
the RedHat Makefile diffs.
(This used to be commit a8b58121074bcc2ecce4a45a4346a6d13704b21c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.RPM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.RPM b/source3/Makefile.RPM index 865d1bb7bf..9425d4bfa3 100644 --- a/source3/Makefile.RPM +++ b/source3/Makefile.RPM @@ -71,7 +71,7 @@ SMBRUN = $(BINDIR)/smbrun # This is for PAM authentication. RedHat Linux uses PAM. # If you use PAM, then uncomment the following lines: -PAM_FLAGS = -DUSE_PAM -DNO_CRYPT +PAM_FLAGS = -DUSE_PAM PAM_LIBS = -ldl -lpam # This is for AFS authentication. If you use AFS then set AFS_BASE |