summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-30 16:00:25 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-30 16:00:25 +0000
commit91aeca743e3dc2cb6b3278d876ad6fbbee01a263 (patch)
tree015983e8f5904aac2c4d43adad5d4e68c89cc60e /security/Makefile
parentAdd ruby-X11, a fully reflective X11 client library for ruby. (diff)
Add ruby-pam, a Ruby extension to use PAM library.
It doesn't work properly yet, but I'd appreciate if someone could investigate the problem further. (Seems it always fails to authenticate due to PAM_MODULE_UNKNOWN) ALso, note that it doesn't even load a module successfully because FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to LDADD, then rebuild and reinstall PAM modules before trying this library out.
Notes
Notes: svn path=/head/; revision=43322
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index a098646312c0..887bfabf9cb0 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -137,6 +137,7 @@
SUBDIR += rsaref
SUBDIR += ruby-acl
SUBDIR += ruby-blowfish
+ SUBDIR += ruby-pam
SUBDIR += ruby-sha1
SUBDIR += ruby-ssl
SUBDIR += ruby-tcpwrap