All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/libv4l: drop -largp
Date: Sat, 30 Apr 2022 20:46:43 +0200	[thread overview]
Message-ID: <c72acb89-b898-d934-4efa-318f51f19b61@mind.be> (raw)
In-Reply-To: <20220427204249.3207448-1-fontaine.fabrice@gmail.com>



On 27/04/2022 22:42, Fabrice Fontaine wrote:
> Commit 07ac045655d08255fbc2d17b16a42d0f0017632e added -largp to LIBS but
> it was not needed since
> https://git.linuxtv.org/v4l-utils.git/commit/configure.ac?id=b187b94d8e9158973ad17ea1f9c4cb01df117ba3
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   package/libv4l/libv4l.mk | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
> index 8300f5c970..a781ffcd5d 100644
> --- a/package/libv4l/libv4l.mk
> +++ b/package/libv4l/libv4l.mk
> @@ -28,7 +28,6 @@ endif
>   
>   ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
>   LIBV4L_DEPENDENCIES += argp-standalone
> -LIBV4L_LIBS += -largp
>   endif
>   
>   LIBV4L_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
> @@ -85,6 +84,4 @@ ifeq ($(BR2_PACKAGE_SDL2_IMAGE),y)
>   LIBV4L_DEPENDENCIES += sdl2_image
>   endif
>   
> -LIBV4L_CONF_ENV += LIBS="$(LIBV4L_LIBS)"
> -
>   $(eval $(autotools-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-04-30 18:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 20:42 [Buildroot] [PATCH 1/2] package/libv4l: drop -largp Fabrice Fontaine
2022-04-27 20:42 ` [Buildroot] [PATCH 2/2] package/libv4l: fix build with argp-standalone and NLS Fabrice Fontaine
2022-04-30 18:46 ` Arnout Vandecappelle [this message]
2022-05-27 19:10 ` [Buildroot] [PATCH 1/2] package/libv4l: drop -largp Peter Korsgaard

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=c72acb89-b898-d934-4efa-318f51f19b61@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.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.