Commit b6e31c12 authored by Juan Quintela's avatar Juan Quintela Committed by Anthony Liguori
Browse files

slirp: It needs to use QEMU_CFLAGS not CFLAGS

parent d5b61ddd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1861,7 +1861,7 @@ if test $profiler = "yes" ; then
fi
if test "$slirp" = "yes" ; then
  echo "CONFIG_SLIRP=y" >> $config_host_mak
  CFLAGS="-I\$(SRC_PATH)/slirp $CFLAGS"
  QEMU_CFLAGS="-I\$(SRC_PATH)/slirp $QEMU_CFLAGS"
fi
if test "$vde" = "yes" ; then
  echo "CONFIG_VDE=y" >> $config_host_mak