mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
14 lines
550 B
Diff
14 lines
550 B
Diff
diff --git a/tools/Makefile.am b/tools/Makefile.am
|
|
index 5b73558..05bf8a5 100644
|
|
--- a/tools/Makefile.am
|
|
+++ b/tools/Makefile.am
|
|
@@ -428,7 +428,7 @@ if WITH_WIRESHARK_DISSECTOR
|
|
|
|
ws_plugin_LTLIBRARIES = wireshark/src/libvirt.la
|
|
wireshark_src_libvirt_la_CPPFLAGS = \
|
|
- -I wireshark/src $(WIRESHARK_DISSECTOR_CFLAGS)
|
|
+ -I wireshark/src -I/usr/include/tirpc $(WIRESHARK_DISSECTOR_CFLAGS)
|
|
wireshark_src_libvirt_la_LDFLAGS = -avoid-version -module
|
|
nodist_wireshark_src_libvirt_la_SOURCES = wireshark/src/plugin.c
|
|
wireshark_src_libvirt_la_SOURCES = \
|