1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/textproc/htdig/files/patch-ab
Kris Kennaway aacec05601 Update to htdig 3.1.5, which fixes a security hole in the htsearch
cgi-bin.

Submitted by:	Doug Barton <doug@gorean.org>
2000-02-28 08:15:16 +00:00

23 lines
787 B
Plaintext

--- db/dist/configure.orig Thu Feb 24 18:29:00 2000
+++ db/dist/configure Sat Feb 26 13:25:13 2000
@@ -3056,7 +3056,7 @@
case "$host_os" in
freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS"
- LIBS="-lc_r";;
+ LIBS="-pthread";;
irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"
--- db/dist/configure.in.orig Thu Feb 24 18:29:00 2000
+++ db/dist/configure.in Sat Feb 26 13:25:13 2000
@@ -405,7 +405,7 @@
dnl libraries for threaded applications
case "$host_os" in
freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS"
- LIBS="-lc_r";;
+ LIBS="-pthread";;
irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"