[Buildroot] [PATCH 1/1] package/oprofile: drop unrecognized option

Arnout Vandecappelle arnout at mind.be
Sun Apr 7 19:47:52 UTC 2024



On 07/04/2024 20:49, Fabrice Fontaine wrote:
> --enable-gui is unrecognized since bump to version 1.0.0 in commit
> 7f7dc71cc8545dacf23f9a25f33c184d15bed65c and
> https://github.com/wcohen/oprofile/commit/0c142c3a096d3e9ec42cc9b0ddad994fea60d135:
> 
> configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-gui
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/oprofile/oprofile.mk | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/package/oprofile/oprofile.mk b/package/oprofile/oprofile.mk
> index 265d6ebd18..512fbf9ea1 100644
> --- a/package/oprofile/oprofile.mk
> +++ b/package/oprofile/oprofile.mk
> @@ -11,7 +11,6 @@ OPROFILE_LICENSE_FILES = COPYING
>   OPROFILE_CPE_ID_VENDOR = maynard_johnson
>   OPROFILE_CONF_OPTS = \
>   	--disable-account-check \
> -	--enable-gui=no \
>   	--with-kernel=$(STAGING_DIR)/usr
>   
>   OPROFILE_DEPENDENCIES = popt binutils host-pkgconf



More information about the buildroot mailing list