pkgsrc/www/ap2-auth-ldap/patches/patch-ab
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

15 lines
586 B
Text

$NetBSD: patch-ab,v 1.1 2005/02/26 01:06:08 adrianp Exp $
--- configure.orig 2005-02-26 00:17:39.000000000 +0000
+++ configure 2005-02-26 00:18:15.000000000 +0000
@@ -3830,8 +3830,8 @@
if test ."$withval" = ."yes"; then
HASHLIB_NAME="hash routines from ght hash library"
HASHLIB_TYPE="-DUSE_MEM_CACHE -DMM_ADD"
- HASHINC="-I./libs/libghthash/src"
- HASHLIB="./libs/libghthash/src/.libs/libghthash.a"
+ HASHINC="-I@@HASHINC@@"
+ HASHLIB="@@HASHLIB@@/libghthash.a"
HASH_LIB_NAME="libghthash.a"
use_mem_cache=1
fi