]> git.pld-linux.org Git - packages/efivar.git/blobdiff - efivar-static.patch
- updated to 0.23
[packages/efivar.git] / efivar-static.patch
index 15dd5d316b39879e5b93d3c7892b4ca9a37f45a2..423192720c0e42a0ed527d45740d8826cc59901f 100644 (file)
@@ -1,23 +1,9 @@
---- efivar-0.21/src/Makefile.orig      2015-07-13 22:00:06.000000000 +0200
-+++ efivar-0.21/src/Makefile   2015-09-12 09:24:38.062055687 +0200
-@@ -5,11 +5,12 @@
- include $(TOPDIR)/Make.version
- LIBTARGETS = $(foreach x,libefivar libefiboot,$(x).so.$(VERSION) $(x).so.$(MAJOR_VERSION))
-+STATICLIBTARGETS = libefivar.a libefiboot.a
- PCTARGETS = efivar.pc efiboot.pc
- BINTARGETS = efivar
- INCTARGETS = include/efivar/efivar-guids.h
- all : $(EFIVAR_DEPS) $(INCTARGETS) deps
--all : $(LIBTARGETS) $(PCTARGETS) $(BINTARGETS) libefiboot.so
-+all : $(LIBTARGETS) $(STATICLIBTARGETS) $(PCTARGETS) $(BINTARGETS) libefiboot.so
-       @$(MAKE) -C test TOPDIR=$(TOPDIR) SRCDIR=$(SRCDIR)/test $@
- EFIVAR_OBJECTS = dp.o dp-acpi.o dp-hw.o dp-media.o dp-message.o \
-@@ -89,6 +90,7 @@
- install : all
-       $(INSTALL) -d -m 755 $(DESTDIR)$(libdir)
-       $(foreach x, $(LIBTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(libdir);)
+--- efivar-0.23/src/Makefile.orig      2016-06-23 20:40:50.398411788 +0200
++++ efivar-0.23/src/Makefile   2016-06-23 20:43:14.654297154 +0200
+@@ -77,6 +77,7 @@
+               $(INSTALL) -m 755 $(x) $(DESTDIR)$(libdir)/$(x).$(VERSION) ;\
+               ln -fs $(x).$(VERSION) $(DESTDIR)$(libdir)/$(x).$(MAJOR_VERSION);\
+               ln -fs $(x).$(VERSION) $(DESTDIR)$(libdir)/$(x); )
 +      $(foreach x, $(STATICLIBTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(libdir);)
        $(INSTALL) -d -m 755 $(DESTDIR)$(PCDIR)
        $(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(PCDIR) ;)
This page took 0.1103 seconds and 4 git commands to generate.