Bill Meier
changed
bug 8152
Comment # 2
on bug 8152
from Bill Meier
> reverting that commit :
>
> +#if defined(HAVE_LIBNL1) || defined(HAVE_LIBNL2)
> -#if defined(HAVE_LIBNL1) || defined(HAVE_LIBNL2) || defined(HAVE_LIBNL3)
Ditto
Log from SVN #46825
Fix [ 77%] Building C object CMakeFiles/qtshark.dir/iface_monitor.c.o
iface_monitor.c: In function 'iface_mon_handler2': iface_monitor.c:101
:19: error: 'IFF_UP' undeclared (first use in this function)
iface_monitor.c:101:19: note: each undeclared identifier is reported only once
for each function it appears in make[2]: ***
[CMakeFiles/qtshark.dir/iface_monitor.c.o] Erreur 1
So: the change was needed for some particular configuration but breaks a
(presumably different) configuration.
Alexis: Any thoughts ?
You are receiving this mail because:
- You are watching all bug changes.