Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 7640 invoked by uid 6000); 21 Nov 1997 21:50:08 -0000 Received: (qmail 7521 invoked by uid 2001); 21 Nov 1997 21:50:01 -0000 Received: (qmail 5512 invoked by uid 2012); 21 Nov 1997 21:45:44 -0000 Message-Id: <19971121214544.5511.qmail@hyperreal.org> Date: 21 Nov 1997 21:45:44 -0000 From: Andrey Chernov Reply-To: ache@nagual.pp.ru To: apbugs@hyperreal.org X-Send-Pr-Version: 3.2 Subject: os-freebsd/1450: FreeBSD Configure needs additional tuning (ctype and regex) Sender: apache-bugdb-owner@apache.org Precedence: bulk >Number: 1450 >Category: os-freebsd >Synopsis: FreeBSD Configure needs additional tuning (ctype and regex) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Nov 21 13:50:01 PST 1997 >Last-Modified: >Originator: ache@nagual.pp.ru >Organization: apache >Release: 1.3b3 >Environment: FreeBSD 3.0-CURRENT >Description: Two problems are here: 1) Characers are not unsigned making all ctype operations with 8bit data dangerous. For more info see PR#1305 2) FreeBSD already have Henry Spencer regex in libc, so don't need yet one from apache. >How-To-Repeat: >Fix: Apply this patch: *** src/Configure.orig Sat Nov 15 22:04:47 1997 --- src/Configure Fri Nov 21 22:15:54 1997 *************** *** 345,350 **** --- 345,352 ---- ;; *-freebsd*) OS='FreeBSD' + CFLAGS="$CFLAGS -funsigned-char" + DEF_WANTHSREGEX=no LIBS="$LIBS -lcrypt" DBM_LIB="" DB_LIB="" %0 >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]