From: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
To: ceph-devel@vger.kernel.org
Cc: Sage Weil <sage@inktank.com>
Subject: Re: [PATCH] fix build of unittest_formatter
Date: Tue, 11 Dec 2012 13:08:26 +0100 [thread overview]
Message-ID: <50C7223A.3000607@bisect.de> (raw)
In-Reply-To: <1354115148-5549-1-git-send-email-danny.al-gaaf@bisect.de>
Hi,
did you have a chance to take a look at this patch?
Danny
Am 28.11.2012 16:05, schrieb Danny Al-Gaaf:
> Add CRYPTO_CXXFLAGS to unittest_formatter_CXXFLAGS to find pk11pub.h to
> be included in src/common/ceph_crypto.h.
>
> Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
> ---
> src/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index be851d6..2f6f486 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -764,7 +764,7 @@ check_PROGRAMS += unittest_heartbeatmap
> unittest_formatter_SOURCES = test/formatter.cc rgw/rgw_formats.cc
> unittest_formatter_LDFLAGS = $(PTHREAD_CFLAGS) ${AM_LDFLAGS}
> unittest_formatter_LDADD = ${UNITTEST_LDADD} $(LIBGLOBAL_LDA)
> -unittest_formatter_CXXFLAGS = ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
> +unittest_formatter_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS} ${UNITTEST_CXXFLAGS}
> check_PROGRAMS += unittest_formatter
>
> unittest_libcephfs_config_SOURCES = test/libcephfs_config.cc
>
next prev parent reply other threads:[~2012-12-11 12:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 15:05 [PATCH] fix build of unittest_formatter Danny Al-Gaaf
2012-12-11 12:08 ` Danny Al-Gaaf [this message]
2012-12-11 16:44 ` Sage Weil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C7223A.3000607@bisect.de \
--to=danny.al-gaaf@bisect.de \
--cc=ceph-devel@vger.kernel.org \
--cc=sage@inktank.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.