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 / jhead / 0001-use-ldflags.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/jhead/0001-use-ldflags.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/jhead/0001-use-ldflags.patch
new file mode 100644 (file)
index 0000000..a1d8185
--- /dev/null
@@ -0,0 +1,16 @@
+Make jhead use LDFLAGS for the final link.
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+
+diff -Nura jhead-2.97.orig/makefile jhead-2.97/makefile
+--- jhead-2.97.orig/makefile   2013-03-27 09:22:38.759966389 -0300
++++ jhead-2.97/makefile        2013-03-27 09:25:06.290691745 -0300
+@@ -14,7 +14,7 @@
+       ${CC} $(CFLAGS) -c $< -o $@
+ jhead: $(objs) jhead.h
+-      ${CC} -o jhead $(objs) -lm
++      ${CC} $(LDFLAGS) -o jhead $(objs) -lm
+ clean:
+       rm -f $(objs) jhead