[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#736291: FTBFS on kfreebsd-* [patch]



Control: found -1 openjdk-7/7u51-2.4.5-1

Attached is a refreshed patch for the issue still present in 7u51-2.4.5-1

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org
--- a/openjdk-7-7u51-2.4.5/debian/patches/kfreebsd-support-hotspot.diff
+++ b/openjdk-7-7u51-2.4.5/debian/patches/kfreebsd-support-hotspot.diff
@@ -674,6 +674,10 @@
 +#define PTRACE_DETACH PT_DETACH
 +#endif
 +
++#ifndef PTRACE_CONT
++#define PTRACE_CONT PT_CONTINUE
++#endif
++
  // This file has the libproc implementation specific to live process
  // For core files, refer to ps_core.c
  

Reply to: