[packages/efivar] - adjusted static patch, release 2

qboosh qboosh at pld-linux.org
Sat Mar 4 17:35:12 CET 2017


commit 5de916a777a89f43e27edad250f71d83e8ff85db
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 4 17:37:16 2017 +0100

    - adjusted static patch, release 2

 efivar-static.patch | 13 ++++++++++---
 efivar.spec         |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/efivar.spec b/efivar.spec
index abe4d17..181f627 100644
--- a/efivar.spec
+++ b/efivar.spec
@@ -7,7 +7,7 @@ Summary:	Tools to manage UEFI variables
 Summary(pl.UTF-8):	Narzędzia do zarządzania zmiennymi UEFI
 Name:		efivar
 Version:	31
-Release:	1
+Release:	2
 License:	LGPL v2.1
 Group:		Applications/System
 #Source0Download: https://github.com/rhinstaller/efivar/releases
diff --git a/efivar-static.patch b/efivar-static.patch
index cb7e630..64e9ca6 100644
--- a/efivar-static.patch
+++ b/efivar-static.patch
@@ -1,6 +1,6 @@
---- efivar-30/src/Makefile.orig	2016-11-10 20:02:50.692925296 +0100
-+++ efivar-30/src/Makefile	2016-11-10 20:04:37.653753960 +0100
-@@ -84,6 +84,7 @@
+--- efivar-31/src/Makefile.orig	2017-02-13 17:52:14.000000000 +0100
++++ efivar-31/src/Makefile	2017-03-04 16:11:06.141211094 +0100
+@@ -93,12 +93,14 @@
  		ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x).1 ;\
  		ln -fs $(x).1.$(VERSION) $(DESTDIR)$(libdir)/$(x) ;\
  		)
@@ -8,3 +8,10 @@
  	$(INSTALL) -d -m 755 $(DESTDIR)$(PCDIR)
  	$(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(PCDIR) ;)
  	$(INSTALL) -d -m 755 $(DESTDIR)$(includedir)/efivar
+ 	$(foreach x, $(wildcard $(TOPDIR)/src/include/efivar/*.h), $(INSTALL) -m 644 $(x) $(DESTDIR)$(includedir)/efivar/$(notdir $(x));)
+ 	$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
+ 	$(foreach x, $(BINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);)
++	$(foreach x, $(STATICBINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);)
+ 
+ test : all
+ 	$(MAKE) -C test $@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/efivar.git/commitdiff/5de916a777a89f43e27edad250f71d83e8ff85db



More information about the pld-cvs-commit mailing list