Signed-off-by: Álvaro Fernández Rojas <redacted>
PKG_NAME:=flashrom
PKG_VERSION:=0.9.8
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.flashrom.org/releases
--- /dev/null
+diff -uprN a/linux_spi.c b/linux_spi.c
+--- a/linux_spi.c 2015-06-17 20:50:36.492963100 +0200
++++ b/linux_spi.c 2015-06-17 20:50:00.444860800 +0200
+@@ -22,7 +22,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <stdlib.h>
+-#include <sys/fcntl.h>
++#include <fcntl.h>
+ #include <errno.h>
+ #include <ctype.h>
+ #include <unistd.h>