diff mbox series

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

Message ID 20240407184907.3245610-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/oprofile: drop unrecognized option | expand

Commit Message

Fabrice Fontaine April 7, 2024, 6:49 p.m. UTC
--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@gmail.com>
---
 package/oprofile/oprofile.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Arnout Vandecappelle April 7, 2024, 7:47 p.m. UTC | #1
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@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
diff mbox series

Patch

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