diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:43 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-12-08 17:35:43 +0100 |
commit | af5243113db8ee00198d367e78dc5020abbd5f6e (patch) | |
tree | 5532a7e21342f88f4df7cd42139e012b6bd1dbe6 /debian/patches/0705-gcc-9.patch | |
parent | d1c22dc7e4df10fe62dc388e79364128fe33cf15 (diff) | |
parent | 1b1ad4ed2919fbc68d8905cfec38a968821ce372 (diff) |
Merge tag 'debian/1.1-1_experimental1' into develop
New upstream release
Diffstat (limited to 'debian/patches/0705-gcc-9.patch')
-rw-r--r-- | debian/patches/0705-gcc-9.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0705-gcc-9.patch b/debian/patches/0705-gcc-9.patch deleted file mode 100644 index 986e741..0000000 --- a/debian/patches/0705-gcc-9.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: Patch for gcc-9 compat -Author: based on an patch from Bruno Haible <bruno@clisp.org> -Bug-Debian:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925762 -Last-Update: 2019-07-11 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/tests/glthread/thread.h -=================================================================== ---- trunk.orig/tests/glthread/thread.h -+++ trunk/tests/glthread/thread.h -@@ -133,7 +133,7 @@ extern int glthread_in_use (void); - call to foo(...) in the same function. To avoid this, we test the - address of a function in libpthread that we don't use. */ - --# pragma weak pthread_create -+/*# pragma weak pthread_create */ - - # ifndef pthread_sigmask /* Do not declare rpl_pthread_sigmask weak. */ - # pragma weak pthread_sigmask |