From 8eee752d47fc113c9edf0dfa2789e3f743529c7c Mon Sep 17 00:00:00 2001 From: Denis Ahrens Date: Fri, 15 Dec 2006 22:10:55 +0000 Subject: [PATCH] fix for freebsd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21689e5..05e8dca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC?=gcc CFLAGS+=-I../libowfat -Wall -pipe -O2 -LDFLAGS+=-L../libowfat/ -lowfat -s +LDFLAGS+=-L../libowfat/ -lowfat -s -lm SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c