The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / keyutils / 0004-Makefile-for-buildroot.patch
1 Makefile: Don't call "ln" directly
2
3 Signed-off-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
4
5 --- keyutils-1.5.9/Makefile.orig        2014-09-22 16:05:14.117007430 +0100
6 +++ keyutils-1.5.9/Makefile     2014-09-22 16:06:26.053219336 +0100
7 @@ -123,10 +123,10 @@ endif
8  ifeq ($(NO_SOLIB),0)
9  all: $(DEVELLIB)
10  $(DEVELLIB): $(SONAME)
11 -       ln -sf $< $@
12 +       $(LNS) $< $@
13  
14  $(SONAME): $(LIBNAME)
15 -       ln -sf $< $@
16 +       $(LNS) $< $@
17  
18  LIBVERS := -shared -Wl,-soname,$(SONAME) -Wl,--version-script,version.lds
19