All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] mk: fix static build without crypto
Date: Fri, 11 Mar 2016 15:31:19 +0100	[thread overview]
Message-ID: <2671046.UVfuQjPPBQ@xps13> (raw)
In-Reply-To: <1457702980-26816-1-git-send-email-olivier.matz@6wind.com>

2016-03-11 14:29, Olivier Matz:
> If the experimental CONFIG_RTE_LIBRTE_CRYPTODEV is disabled, build of
> any crypto pmds will fail because of the missing dependency.  The commit
> 94288d645 fixes the issue when compiled with shared libraries but there
> is still an issue at link time with static libs:
> 
>      LD test
>      /usr/bin/ld: cannot find -lrte_pmd_null_crypto
>      collect2: error: ld returned 1 exit status
> 
> Only add the -l linker flags related to crypto PMDs if CRYPTODEV is
> enabled.
> 
> Fixes: 94288d645 ("mk: fix build without crypto")
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks

      reply	other threads:[~2016-03-11 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 13:29 [PATCH] mk: fix static build without crypto Olivier Matz
2016-03-11 14:31 ` Thomas Monjalon [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=2671046.UVfuQjPPBQ@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=olivier.matz@6wind.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.