Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404018 Details for
Bug 550488
=net-p2p/bitcoind-0.9.5: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0.9.5-sys_leveldb.patch
0.9.5-sys_leveldb.patch (text/plain), 1.04 KB, created by
Matt Whitlock
on 2015-05-26 20:12:44 UTC
(
hide
)
Description:
0.9.5-sys_leveldb.patch
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2015-05-26 20:12:44 UTC
Size:
1.04 KB
patch
obsolete
>commit c38e0af3e021eb0b2aba846c77b06ca71de06b11 (personal-github/sys_leveldb, sys_leveldb) >Author: Luke Dashjr <luke-jr+git@utopios.org> >Date: Mon Sep 9 03:06:17 2013 +0000 > > configure: Add unsupported --with-system-leveldb configure flag > >diff --git a/configure.ac b/configure.ac >index 3ed4549..5a5852d 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -332,10 +332,22 @@ AC_TRY_COMPILE([#include <sys/socket.h>], > [ AC_MSG_RESULT(no)] > ) > >+dnl Check for leveldb, only if explicitly requested > LEVELDB_CPPFLAGS= > LIBLEVELDB= > LIBMEMENV= >-AM_CONDITIONAL([EMBEDDED_LEVELDB],[true]) >+AC_ARG_WITH([system-leveldb], >+ [AS_HELP_STRING([--with-system-leveldb], >+ [Build with system LevelDB (default is no; DANGEROUS; NOT SUPPORTED)])], >+ [system_leveldb=$withval], >+ [system_leveldb=no] >+) >+if test x$system_leveldb != xno; then >+ LEVELDB_CPPFLAGS=-I/usr/include/leveldb/helpers >+ LIBLEVELDB=-lleveldb >+ LIBMEMENV=-lmemenv >+fi >+AM_CONDITIONAL([EMBEDDED_LEVELDB],[test x$system_leveldb = xno]) > AC_SUBST(LEVELDB_CPPFLAGS) > AC_SUBST(LIBLEVELDB) > AC_SUBST(LIBMEMENV)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 550488
: 404018 |
404020