https://sourceforge.net/tracker/index.php?func=detail&aid=2166388&group_id=101612&atid=630105

--- Makefile.in	2008-10-14 16:37:22 +0000
+++ Makefile.in	2008-10-14 16:38:17 +0000
@@ -70,10 +70,10 @@
 #
 
 detox: ${detoxOBJS}
-	${CC} -o detox ${detoxOBJS} ${L_OPT}
+	${CC} ${LDFLAGS} -o detox ${detoxOBJS} ${L_OPT}
 
 inline-detox: ${inline-detoxOBJS}
-	${CC} -o inline-detox ${inline-detoxOBJS} ${L_OPT}
+	${CC} ${LDFLAGS} -o inline-detox ${inline-detoxOBJS} ${L_OPT}
 
 #
 # Special Source Compiles

