Package: libatomic-queue / 0.0+git20220518.83774a2-1

Metadata

Package Version Patches format
libatomic-queue 0.0+git20220518.83774a2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_unused_variable.patch | (download)

src/benchmarks.cc | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix unused variable


generate shared library.patch | (download)

Makefile | 33 27 + 6 - 0 !
1 file changed, 27 insertions(+), 6 deletions(-)

 fix unused variable


no native | (download)

Makefile | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 don't build with -m{arch,tune}=native
Bug-Debian: https://bugs.debian.org/987532
no_thin_archives.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 the build system is set up to produce "thin" archives
 that can't stand on their own
compiler.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't erase compiler environment variables.
 This helps with testing alternative compilers, and it should also give a
 little hand to cross-builds.