From 9cfe59ed0b7bda77f766974330f99c84a60762be Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 25 Feb 2021 16:10:04 +0000 Subject: [PATCH] net/wireshark: add LTO option PR: 253426 Approved by: marcus (maintainer timeout) --- net/wireshark/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 3203b9caac34..f4679f94760d 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -60,7 +60,7 @@ PLIST_SUB+= ${x:tu}=bin/$x \ .endif .endfor -OPTIONS_DEFINE= GUI RTP SNMP MAXMIND LUA DECRYPT ANDROIDDUMP SSHDUMP CISCODUMP OPUS +OPTIONS_DEFINE= GUI RTP SNMP MAXMIND LTO LUA DECRYPT ANDROIDDUMP SSHDUMP CISCODUMP OPUS OPTIONS_SINGLE= GSSAPI @@ -85,6 +85,7 @@ OPUS_DESC= Build opus decoder plugin GUI_USES= qt:5 GUI_USE= qt=core,gui,multimedia,widgets,printsupport,svg,buildtools_build,linguisttools_build,qmake_build +LTO_CMAKE_BOOL= ENABLE_LTO LUA_USES= lua:51-52 GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal