Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 301 → Rev 302

/trunk/debian/changelog
1,3 → 1,9
pike8.0 (8.0.1738-1) unstable; urgency=low
 
* New upstream release. Patch from previous NMU no longer needed.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 18 Apr 2022 19:12:26 +0200
 
pike8.0 (8.0.1116-1.1) unstable; urgency=medium
 
* Non-maintainer upload.
/trunk/debian/patches/hurd.patch
52,7 → 52,7
#endif
--- a/src/configure.in
+++ b/src/configure.in
@@ -3263,7 +3263,7 @@ AC_CHECK_HEADERS(winsock2.h sys/rusage.h
@@ -3272,7 +3272,7 @@ AC_CHECK_HEADERS(winsock2.h sys/rusage.h
float.h sys/priocntl.h sys/sched.h winbase.h errno.h \
stddef.h sys/termio.h sys/termios.h \
ws2tcpip.h valgrind/memcheck.h memcheck.h valgrind.h \
61,7 → 61,7
mach/mach_init.h syscall.h sys/syscall.h devices/timer.h \
direct.h CoreServices/CoreServices.h execinfo.h \
mach/mach.h mach/thread_act.h mach/clock.h urcu.h \
@@ -7872,7 +7872,7 @@ if test -z "$LDSHARED" ; then
@@ -7950,7 +7950,7 @@ if test -z "$LDSHARED" ; then
next*) LDSHARED="$REALCC $CFLAGS -nostdlib -r";;
Linux*) LDSHARED="$REALCC -shared";;
GNU/kFreeBSD*) LDSHARED="$REALCC -shared";;
72,7 → 72,7
OpenBSD*) LDSHARED="$REALCC -Wl,-Bshareable";;
--- a/src/machine.h.in
+++ b/src/machine.h.in
@@ -946,6 +946,9 @@
@@ -952,6 +952,9 @@
/* Define to 1 if you have the <mach/mach_init.h> header file. */
#undef HAVE_MACH_MACH_INIT_H
/trunk/debian/patches/no_dump_modules.patch
3,7 → 3,7
 
--- a/bin/install.pike
+++ b/bin/install.pike
@@ -2993,7 +2993,6 @@ the PRIVATE_CRT stuff in install.pike.\n
@@ -3130,7 +3130,6 @@ the PRIVATE_CRT stuff in install.pike.\n
{
do_export();
}else{
/trunk/debian/patches/no_nostartfiles.patch
6,7 → 6,7
 
--- a/src/configure.in
+++ b/src/configure.in
@@ -7912,13 +7912,6 @@ if test -z "$LDSHARED" ; then
@@ -7990,13 +7990,6 @@ if test -z "$LDSHARED" ; then
ldshared_is_cc=no
;;
esac
/trunk/debian/patches/pthread_stub.patch
5,7 → 5,7
 
--- a/src/configure.in
+++ b/src/configure.in
@@ -4046,6 +4046,9 @@ pthread_t gazonk;
@@ -4073,6 +4073,9 @@ pthread_t gazonk;
AC_MSG_CHECKING(for pthread_atfork)
AC_CACHE_VAL(pike_cv_have_pthread_atfork,[
AC_TRY_LINK([#include <pthread.h>
/trunk/debian/patches/series
13,4 → 13,3
undefined_htons.patch
bad_size_t_redef.patch
dont_disable_debug_symbols.patch
0001-Build-Configure-Prefer-autoconf-2.69.patch
/trunk/debian/patches/unbreak_cross_compilation.patch
14,7 → 14,7
RUNTPIKE="USE_PIKE"
else
RUNPIKE="DEFAULT_RUNPIKE"
@@ -8133,7 +8133,7 @@ EOF
@@ -8217,7 +8217,7 @@ EOF
__attribute__ ((visibility("default")))
# endif
void testfunc2(void) { exit(0); }