]> git.pld-linux.org Git - packages/efivar.git/blob - efivar-static.patch
- updated to 36
[packages/efivar.git] / efivar-static.patch
1 --- efivar-36/src/Makefile.orig 2018-10-16 20:54:52.522433949 +0200
2 +++ efivar-36/src/Makefile      2018-10-16 20:57:31.875765467 +0200
3 @@ -100,12 +100,14 @@
4                 ln -fs $(x).1.$(VERSION) $(DESTDIR)$(LIBDIR)/$(x).1 ;\
5                 ln -fs $(x).1.$(VERSION) $(DESTDIR)$(LIBDIR)/$(x) ;\
6                 )
7 +       $(foreach x, $(STATICLIBTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(libdir);)
8         $(INSTALL) -d -m 755 $(DESTDIR)$(PCDIR)
9         $(foreach x, $(PCTARGETS), $(INSTALL) -m 644 $(x) $(DESTDIR)$(PCDIR) ;)
10         $(INSTALL) -d -m 755 $(DESTDIR)$(INCLUDEDIR)/efivar
11         $(foreach x, $(wildcard $(TOPDIR)/src/include/efivar/*.h), $(INSTALL) -m 644 $(x) $(DESTDIR)$(INCLUDEDIR)/efivar/$(notdir $(x));)
12         $(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR)
13         $(foreach x, $(BINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(BINDIR);)
14 +       $(foreach x, $(STATICBINTARGETS), $(INSTALL) -m 755 $(x) $(DESTDIR)$(bindir);)
15  
16  test : all
17         $(MAKE) -C test $@
This page took 0.073496 seconds and 3 git commands to generate.