Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 169 → Rev 170

/trunk/debian/patches/hurd.patch
99,3 → 99,15
FreeBSD*) LDSHARED="$REALCC -Wl,-Bshareable";;
NetBSD*) LDSHARED="$REALCC -Wl,-Bshareable";;
OpenBSD*) LDSHARED="$REALCC -Wl,-Bshareable";;
--- a/src/machine.h.in
+++ b/src/machine.h.in
@@ -875,6 +875,9 @@
/* Define to 1 if you have the <mach/mach_init.h> header file. */
#undef HAVE_MACH_MACH_INIT_H
+/* Define to 1 if you have the <mach/message.h> header file. */
+#undef HAVE_MACH_MESSAGE_H
+
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
#undef HAVE_MACH_O_DYLD_H
/trunk/debian/changelog
1,10 → 1,11
pike7.8 (7.8.700-6) unstable; urgency=low
 
* hurd.patch: Add mach/message.h to one more place in src/configure.
* hurd.patch: Add mach/message.h to one more place in src/configure and
add HAVE_MACH_MESSAGE_H to src/machine.h.in.
* nettle_crypt_md5_buffer_size.patch (new): Nette.MD5: passwd array was
too small.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 07 Jun 2013 23:43:52 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 08 Jun 2013 00:36:50 +0200
 
pike7.8 (7.8.700-5) unstable; urgency=low