mirror of
git://erdgeist.org/opentracker
synced 2025-07-23 08:55:19 +02:00
fix for freebsd
This commit is contained in:
parent
af147a1d14
commit
4c8d8daf06
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue