diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-21 21:55:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-21 21:55:25 +0000 |
commit | 06582e99b22bfc784446774d3503fc9823d59829 (patch) | |
tree | dd49388ba267fd631ab335a0757d0c66586d57a7 /www/ap2-auth-ldap/patches | |
parent | 81f144aa8d5189376398af4903cc51cb62d69136 (diff) | |
download | pkgsrc-06582e99b22bfc784446774d3503fc9823d59829.tar.gz |
This is an authentication module for Apache that allows you to
authenticate HTTP clients using user entries in an LDAP directory.
Diffstat (limited to 'www/ap2-auth-ldap/patches')
-rw-r--r-- | www/ap2-auth-ldap/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/ap2-auth-ldap/patches/patch-aa b/www/ap2-auth-ldap/patches/patch-aa new file mode 100644 index 00000000000..4a58fb7cf40 --- /dev/null +++ b/www/ap2-auth-ldap/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/02/21 21:55:25 adrianp Exp $ + +--- Makefile.in.orig 2005-02-18 21:27:01.000000000 +0000 ++++ Makefile.in 2005-02-18 21:27:47.000000000 +0000 +@@ -45,7 +45,7 @@ + + $(MODULE): $(OBJS) + @echo "*******" +- $(APXS) -c $(OBJS) $(LDFLAGS) $(LIBS) ++ #$(APXS) -c $(OBJS) $(LDFLAGS) $(LIBS) + + install: + @echo "" |