* [Buildroot] [PATCH 1/1] package/wireshark: add libcap optional dependency @ 2022-12-29 10:53 Fabrice Fontaine 2023-01-06 7:38 ` Peter Korsgaard 2023-01-11 19:43 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Fabrice Fontaine @ 2022-12-29 10:53 UTC (permalink / raw) To: buildroot; +Cc: Fabrice Fontaine libcap is an optional dependency which is enabled by default since at least version 1.8.0 and https://github.com/wireshark/wireshark/commit/9250a69a9976617c735679aa5383e53802e5b43e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> --- package/wireshark/wireshark.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index 801c6fff5a..12d69e8421 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -65,6 +65,13 @@ else WIRESHARK_CONF_OPTS += -DENABLE_GNUTLS=OFF endif +ifeq ($(BR2_PACKAGE_LIBCAP),y) +WIRESHARK_CONF_OPTS += -DENABLE_CAP=ON +WIRESHARK_DEPENDENCIES += libcap +else +WIRESHARK_CONF_OPTS += -DENABLE_CAP=OFF +endif + ifeq ($(BR2_PACKAGE_LIBKRB5),y) WIRESHARK_CONF_OPTS += -DENABLE_KERBEROS=ON WIRESHARK_DEPENDENCIES += libkrb5 -- 2.35.1 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wireshark: add libcap optional dependency 2022-12-29 10:53 [Buildroot] [PATCH 1/1] package/wireshark: add libcap optional dependency Fabrice Fontaine @ 2023-01-06 7:38 ` Peter Korsgaard 2023-01-11 19:43 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-01-06 7:38 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > libcap is an optional dependency which is enabled by default since at > least version 1.8.0 and > https://github.com/wireshark/wireshark/commit/9250a69a9976617c735679aa5383e53802e5b43e > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wireshark: add libcap optional dependency 2022-12-29 10:53 [Buildroot] [PATCH 1/1] package/wireshark: add libcap optional dependency Fabrice Fontaine 2023-01-06 7:38 ` Peter Korsgaard @ 2023-01-11 19:43 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-01-11 19:43 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > libcap is an optional dependency which is enabled by default since at > least version 1.8.0 and > https://github.com/wireshark/wireshark/commit/9250a69a9976617c735679aa5383e53802e5b43e > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed to 2022.11.x and 2022.02.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-11 19:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-12-29 10:53 [Buildroot] [PATCH 1/1] package/wireshark: add libcap optional dependency Fabrice Fontaine 2023-01-06 7:38 ` Peter Korsgaard 2023-01-11 19:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox