flashrom: switch to building with meson
[feed/packages.git] / utils / flashrom / patches / 020-raw-access.patch
diff --git a/utils/flashrom/patches/020-raw-access.patch b/utils/flashrom/patches/020-raw-access.patch
new file mode 100644 (file)
index 0000000..5550550
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/meson.build
++++ b/meson.build
+@@ -263,6 +263,7 @@ endif
+ if config_satasii
+   srcs += 'satasii.c'
+   cargs += '-DCONFIG_SATASII=1'
++  need_raw_access = true
+ endif
+ if config_serprog
+   srcs += 'serprog.c'