mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
fix for freebsd
This commit is contained in:
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CC?=gcc
|
CC?=gcc
|
||||||
CFLAGS+=-I../libowfat -Wall -pipe -O2
|
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
|
SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user