packages/net/openvswitch
Alexandru Ardelean d16d96f52d openvswitch: fix build for gcc versions below 4.9
Seems that while fixing the build for GCC 4.9
I broke the build for GCC 4.8, because that KCFLAG I added
causes a build error (since it's not recognized).

The fix is to add KCFLAG only when GCC 4.9 is used.

OpenVSwitch now builds successfully with GCC 4.8 and 4.9.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-30 10:33:58 +02:00
..
files/etc/init.d openvswitch: Run with nice -10 (#1765) 2014-09-22 18:10:48 +03:00
patches openvswitch: add patch for adding KCFLAGS var to the OVS build 2014-10-28 11:27:25 +02:00
Makefile openvswitch: fix build for gcc versions below 4.9 2014-10-30 10:33:58 +02:00