diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-01-20 18:58:55 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-01-20 18:58:55 +0000 |
commit | 4f9ace19a0132737c6678435612eaa184f0d142f (patch) | |
tree | cafb4020a8b9bbe35257dcb141f621950949d05b /sys-cluster/ceph/files | |
parent | ppc/ppc64 stable wrt #341169 (diff) | |
download | gentoo-2-4f9ace19a0132737c6678435612eaa184f0d142f.tar.gz gentoo-2-4f9ace19a0132737c6678435612eaa184f0d142f.tar.bz2 gentoo-2-4f9ace19a0132737c6678435612eaa184f0d142f.zip |
[sys-cluster/ceph] Version bump. Thanks to Alexys Jacob
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ceph/files')
-rw-r--r-- | sys-cluster/ceph/files/ceph-0.24.1-autotools.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-cluster/ceph/files/ceph-0.24.1-autotools.patch b/sys-cluster/ceph/files/ceph-0.24.1-autotools.patch new file mode 100644 index 000000000000..b80371b4d378 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-0.24.1-autotools.patch @@ -0,0 +1,14 @@ +--- a/configure.ac 2011-01-09 00:41:26.000000000 +0100 ++++ b/configure.ac 2011-01-20 13:58:12.071764382 +0100 +@@ -33,7 +33,10 @@ + AC_CHECK_LIB([m], [pow], [true], AC_MSG_FAILURE([libm not found])) + AC_CHECK_LIB([pthread], [pthread_create], [true], AC_MSG_FAILURE([libpthread not found])) + PKG_CHECK_MODULES([CRYPTOPP], [libcrypto++], [], [ +- AC_SEARCH_LIBS([_ZTIN8CryptoPP14CBC_EncryptionE], [crypto++ cryptopp], [true], AC_MSG_FAILURE([libcrypto++ not found]), [-lpthread])]) ++ AC_LANG_PUSH([C++]) ++ AC_SEARCH_LIBS([_ZTIN8CryptoPP14CBC_EncryptionE], [crypto++ cryptopp], [true], AC_MSG_FAILURE([libcrypto++ not found]), [-lpthread]) ++ AC_LANG_POP([C++]) ++ ]) + + # debug crap? + AC_ARG_WITH([debug], |