]> git.pld-linux.org Git - packages/efivar.git/blobdiff - efivar-build.patch
- updated to 0.24
[packages/efivar.git] / efivar-build.patch
diff --git a/efivar-build.patch b/efivar-build.patch
deleted file mode 100644 (file)
index f3c2780..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- efivar-0.23/src/linux.c.orig       2016-06-23 20:56:40.006600643 +0200
-+++ efivar-0.23/src/linux.c    2016-06-23 20:56:49.526548896 +0200
-@@ -22,7 +22,12 @@
- #include <inttypes.h>
- #include <limits.h>
- #include <linux/ethtool.h>
-+#include <linux/version.h>
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0)
-+#include <linux/nvme_ioctl.h>
-+#else
- #include <linux/nvme.h>
-+#endif
- #include <linux/sockios.h>
- #include <net/if.h>
- #include <scsi/scsi.h>
---- efivar-0.23/src/Makefile.orig      2016-06-23 21:04:59.510561274 +0200
-+++ efivar-0.23/src/Makefile   2016-06-23 21:08:25.262779936 +0200
-@@ -60,6 +60,7 @@
- libefiboot.a : $(patsubst %.o,%.static.o,$(LIBEFIBOOT_OBJECTS))
- libefiboot.so : $(LIBEFIBOOT_OBJECTS)
-+libefiboot.so : LIBS=efivar
- deps :: $(ALL_SOURCES)
-       $(MAKE) -f $(SRCDIR)/Make.deps deps SOURCES="$(ALL_SOURCES)"
This page took 0.024629 seconds and 4 git commands to generate.