Package: leveldb / 0+20120530.gitdd0d562-1

Metadata

Package Version Patches format
leveldb 0+20120530.gitdd0d562-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add ReadMemoryBarrier and WriteMemoryBarrier methods.patch | (download)

port/atomic_pointer.h | 31 25 + 6 - 0 !
1 file changed, 25 insertions(+), 6 deletions(-)

 [patch 1/9] add readmemorybarrier and writememorybarrier methods

0002 Add support PPC.patch | (download)

port/atomic_pointer.h | 18 18 + 0 - 0 !
1 file changed, 18 insertions(+)

 [patch 2/9] add support ppc

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0003 Add support IA64.patch | (download)

port/atomic_pointer.h | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 [patch 3/9] add support ia64

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0004 Add support Alpha.patch | (download)

port/atomic_pointer.h | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 [patch 4/9] add support alpha

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0005 Add support S390.patch | (download)

port/atomic_pointer.h | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 [patch 5/9] add support s390

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0006 Add support Sparc.patch | (download)

port/atomic_pointer.h | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 [patch 6/9] add support sparc

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0007 Add support MIPS.patch | (download)

port/atomic_pointer.h | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 [patch 7/9] add support mips

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0008 Add support SuperH.patch | (download)

port/atomic_pointer.h | 22 22 + 0 - 0 !
1 file changed, 22 insertions(+)

 [patch 8/9] add support superh

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0009 Add support PARISC.patch | (download)

port/atomic_pointer.h | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 [patch 9/9] add support parisc

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

0101 as_needed.patch | (download)

Makefile | 47 24 + 23 - 0 !
build_detect_platform | 15 9 + 6 - 0 !
2 files changed, 33 insertions(+), 29 deletions(-)

 fix build with --as-needed linker option.
 Put library flags in LIBS variable rather that LDFLAGS.
 Add LIBS to makefile after object files list (for a correct linking order).
0102 kfreebsd.patch | (download)

build_detect_platform | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 allow compilation on kfreebsd.
0103 hurd.patch | (download)

build_detect_platform | 6 6 + 0 - 0 !
util/env_posix.cc | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 1 deletion(-)

 support for gnu/hurd
 This adds support for GNU/Hurd:
 - detect the correct platform
 - ignore msync() errors when they are ENOSYS, like currently it happens on
   GNU/Hurd (not something that can be sent upstream, though)
0112 makefile_install.patch | (download)

Makefile | 15 14 + 1 - 0 !
1 file changed, 14 insertions(+), 1 deletion(-)

 improvements to the makefile.
 Replace INSTALL_PATH with the most commonly use DESTDIR variable.
 Add an 'install' target.