wireshark: fix static build with snappy
Fixes: - http://autobuild.buildroot.org/results/9089e74c0f8428d28953ae037a84aa8a08db7ded Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
89fcb4cdb4
commit
7c11c42418
@ -138,6 +138,9 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_SNAPPY),y)
|
||||
WIRESHARK_CONF_OPTS += --with-snappy=$(STAGING_DIR)/usr
|
||||
WIRESHARK_DEPENDENCIES += snappy
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
WIRESHARK_CONF_ENV += LIBS=-lstdc++
|
||||
endif
|
||||
else
|
||||
WIRESHARK_CONF_OPTS += --without-snappy
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user