Merge branch 'staging' into staging-next

This commit is contained in:
Jan Tojnar
2019-12-31 03:59:58 +01:00
352 changed files with 639 additions and 837 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
RTE_SDK = dpdk;
GUI = stdenv.lib.optionalString withGtk "true";
NIX_CFLAGS_COMPILE = [ "-msse3" ];
NIX_CFLAGS_COMPILE = "-msse3";
patches = [ ./configure.patch ];