Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 44fc855d103c2bd94ae0a56cf705b7b0 > files > 1

jhead-2.97-4.mga5.src.rpm

diff -p -up ./makefile.orig ./makefile
--- ./makefile.orig	2012-03-02 15:30:33.565974772 +0000
+++ ./makefile	2012-03-02 15:30:47.479141416 +0000
@@ -14,7 +14,7 @@ $(OBJ)/%.o:$(SRC)/%.c
 	${CC} $(CFLAGS) -c $< -o $@
 
 jhead: $(objs) jhead.h
-	${CC} -o jhead $(objs) -lm
+	${CC} $(CFLAGS) -o jhead $(objs) $(LDFLAGS) -lm
 
 clean:
 	rm -f $(objs) jhead