Bug#545948: not fixed in ptlib 2.6.5-1

Petr Salinger Petr.Salinger at seznam.cz
Tue Oct 6 09:28:44 UTC 2009


found 545948 2.6.5-1
--

Hi,

the current version still fails to build on GNU/kFreeBSD,
unfortunately not all part of the patch have been applied
by upstream in 2.6 branch.

The SVN trunk uses different approach to determine PSETPGRP,
so this part have been omitted, but the 2.6.x series still
needs in P_FREEBSD part to use either

--- ptlib-2.6.4.orig/include/ptlib/unix/ptlib/pmachdep.h
+++ ptlib-2.6.4/include/ptlib/unix/ptlib/pmachdep.h
@@ -92,7 +92,11 @@

  #define HAS_IFREQ

+#if defined (__GLIBC__)
+#define PSETPGRP()  setpgrp()
+#else
  #define PSETPGRP()  setpgrp(0, 0)
+#endif

or variant correct on both systems

#define PSETPGRP()  setpgid(0, 0)

Petr






More information about the Pkg-voip-maintainers mailing list