Index: xplot-xplot.org/Makefile.in
===================================================================
--- xplot-xplot.org.orig/Makefile.in
+++ xplot-xplot.org/Makefile.in
@@ -62,7 +62,7 @@ MANFILES= xplot.1 tcpdump2xplot.1
 all:	${PROG}
 
 ${PROG}: ${OFILES}
-	${CC} ${CFLAGS} -o $@.new ${OFILES} ${LIBS}
+	${CC} ${CFLAGS} ${LDFLAGS} -o $@.new ${OFILES} ${LIBS}
 	-mv -f $@ $@.old
 	mv -f $@.new $@
 
