All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Li xin <lixin.fnst@cn.fujitsu.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-security][PATCH] samhain-client: Erorr Fix
Date: Mon, 7 Mar 2016 14:19:35 -0800	[thread overview]
Message-ID: <56DDFE77.2090905@gmail.com> (raw)
In-Reply-To: <1457322590-1882-1-git-send-email-lixin.fnst@cn.fujitsu.com>

merged.

thanks
-armin

On 03/06/2016 07:49 PM, Li Xin wrote:
> The Error is as following:
>  # /usr/sbin/samhain -t init -p info
>  ......
>  Segmentation fault
>  # echo $?
>  139
> 
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  recipes-security/samhain/samhain.inc | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-security/samhain/samhain.inc b/recipes-security/samhain/samhain.inc
> index 9525229..23bc8f5 100644
> --- a/recipes-security/samhain/samhain.inc
> +++ b/recipes-security/samhain/samhain.inc
> @@ -50,7 +50,12 @@ do_configure_prepend_aarch64() {
>  # recognized by Samhain's configure script and would invariably
>  # throw back the error "unrecognized option: --oldincludedir=/usr/include"
>  do_configure () {
> -    cd ${S}
> +    cat << EOF > ./config-site.${BP}
> +ssp_cv_lib=no
> +sh_cv_va_copy=yes
> +EOF
> +
> +    export CONFIG_SITE=./config-site.${BP}
>  	./configure \
>  	    --build=${BUILD_SYS} \
>  	    --host=${HOST_SYS} \
> 


      reply	other threads:[~2016-03-07 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07  3:49 [meta-security][PATCH] samhain-client: Erorr Fix Li Xin
2016-03-07 22:19 ` akuster808 [this message]

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=56DDFE77.2090905@gmail.com \
    --to=akuster808@gmail.com \
    --cc=lixin.fnst@cn.fujitsu.com \
    --cc=yocto@yoctoproject.org \
    /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.