python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / jhead / 0001-use-ldflags.patch
bloba1d8185a2616e7ee82ec7db072c7328d04b10d6f
1 Make jhead use LDFLAGS for the final link.
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5 diff -Nura jhead-2.97.orig/makefile jhead-2.97/makefile
6 --- jhead-2.97.orig/makefile 2013-03-27 09:22:38.759966389 -0300
7 +++ jhead-2.97/makefile 2013-03-27 09:25:06.290691745 -0300
8 @@ -14,7 +14,7 @@
9 ${CC} $(CFLAGS) -c $< -o $@
11 jhead: $(objs) jhead.h
12 - ${CC} -o jhead $(objs) -lm
13 + ${CC} $(LDFLAGS) -o jhead $(objs) -lm
15 clean:
16 rm -f $(objs) jhead