2013-09-26 17:14:40 +02:00

16 lines
586 B
Plaintext

$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