pkgsrc/www/ap2-auth-ldap/patches/patch-aa
adrianp 95c6a4ac31 - Update to 3.3
> v3.2 (Dec-29-2004)
>     * Some options were missing in apache 1.3x part of the code.
>
>     * There was a syntax error in TLS related code. Thanks for many of you
>       who pointed it out.
>
>     * Don't try to re-initialize TLS. Thanks to Volker for pointing it out.
>
>     * if the ldap header files and libaries are no in ldap base directory,
>       they can be specified with --with-ldap-includes and
>       --with-ldap-libraries respectively.
>
> v 3.3 (Dec-30-2004)
>     * some tls code was outside
2005-02-26 01:06:08 +00:00

20 lines
523 B
Text

$NetBSD: patch-aa,v 1.2 2005/02/26 01:06:08 adrianp Exp $
--- Makefile.in.orig 2005-02-26 00:15:01.000000000 +0000
+++ Makefile.in 2005-02-26 00:16:15.000000000 +0000
@@ -41,13 +41,13 @@
.c.o:
$(APXS) -c $(CPPFLAGS) $*.c
-all: $(HASH_LIB_NAME) $(LDBM_LIB_NAME) $(MODULE)
+all: $(MODULE)
$(MODULE): $(OBJS)
@echo ""
@echo ""
@echo "***Creating module** mod_auth_ldap v$(MOD_VER) for Apache $(AV) *******"
- $(APXS) -c $(OBJS) $(LDFLAGS) $(LIBS)
+ #$(APXS) -c $(OBJS) $(LDFLAGS) $(LIBS)
install:
@echo ""