openbsd-ports/net/openafs/patches/patch-src_lwp_lwp_h
todd cf8c3cdafa o add autoconf to CONFIGURE_STYLE to fix autoconf depend
o no longer require kernel sources since not building lkm; if this changes,
  the attic can be raided
o typo in openafs-setup comments from sthen@; thanks!
o obey CFLAGS and CC
o twiddle lwp.h patch to be OpenBSD specific
bump PKGNAME
2008-10-12 00:12:07 +00:00

13 lines
482 B
Plaintext

$OpenBSD: patch-src_lwp_lwp_h,v 1.2 2008/10/12 00:12:07 todd Exp $
--- src/lwp/lwp.h.orig Thu Mar 13 08:42:31 2008
+++ src/lwp/lwp.h Sun Aug 24 21:04:52 2008
@@ -300,6 +300,8 @@ char lwp_debug; /* ON = show LWP debugging trace */
#define AFS_LWP_MINSTACKSIZE (288 * 1024)
#elif defined(AFS_LINUX22_ENV)
#define AFS_LWP_MINSTACKSIZE (192 * 1024)
+#elif defined(AFS_OBSD41_ENV)
+#define AFS_LWP_MINSTACKSIZE (480 * 1024)
#else
#define AFS_LWP_MINSTACKSIZE (48 * 1024)
#endif