aports/community/flashrom/musl-ffs.patch
Jan Samek 8aa2225c3d main/flashrom: move to community/flashrom
Because of adding 'libftdi1-dev' which comes itself from
community, move flashrom to community as well.

Signed-off-by: Jan Samek <samekh@email.cz>
2023-10-22 08:55:07 +00:00

11 lines
275 B
Diff

--- flashrom-0.9.9/spi.c.orig 2017-07-16 14:56:35.786503889 +0300
+++ flashrom-0.9.9/spi.c 2017-07-16 14:58:31.698126720 +0300
@@ -22,6 +22,7 @@
* Contains the generic SPI framework
*/
+#define _BSD_SOURCE
#include <strings.h>
#include <string.h>
#include "flash.h"