64cfee67cc
Fixes a status file handling buffer overflow in slurpd. More information: http://secunia.com/advisories/20126/ Remove obsolete MODGNU_SHARED_LIBS stuff. ok mbalmer@ (MAINTAINER)
20 lines
778 B
Plaintext
20 lines
778 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2006/06/19 08:22:35 bernd Exp $
|
|
--- configure.orig Sat Apr 8 19:49:11 2006
|
|
+++ configure Fri Jun 16 11:32:56 2006
|
|
@@ -9478,7 +9478,6 @@ openbsd*)
|
|
*) need_version=no ;;
|
|
esac
|
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
|
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
case $host_os in
|
|
@@ -36188,6 +36187,7 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
|
|
+#include <sys/types.h>
|
|
#include <tcpd.h>
|
|
int allow_severity = 0;
|
|
int deny_severity = 0;
|