chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / jhead / jhead.patch
1 diff -u -r ../jhead-2.97/makefile ./makefile
2 --- ../jhead-2.97/makefile      2013-01-30 18:02:56.000000000 +0100
3 +++ ./makefile  2014-01-20 06:52:58.000000000 +0100
4 @@ -14,7 +14,7 @@
5         ${CC} $(CFLAGS) -c $< -o $@
6  
7  jhead: $(objs) jhead.h
8 -       ${CC} -o jhead $(objs) -lm
9 +       ${CC} $(LDFLAGS) -o jhead $(objs) -lm
10  
11  clean:
12         rm -f $(objs) jhead