Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 62674c38e4c45ac00b8987d45a9ca85e > files > 2

jhead-3.00-3.1.mga6.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