From: denis <> Date: Fri, 15 Dec 2006 22:10:55 +0000 (+0000) Subject: fix for freebsd X-Git-Tag: OPENTRACKER_WITH_BATCHSYNC~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8d8daf06ffe0f68161ea88dc7ccaccf0e6d5bb;p=thirdparty%2Fopentracker.git fix for freebsd --- 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