- now depend on libpidutil [1] instead of FreeBSD specific libutil
- cleanup Makefile and respect PREFIX - now builds on OS X on which clock_gettime() is not implemented
This commit is contained in:
6
Makefile
6
Makefile
@ -1,7 +1,7 @@
|
||||
PREFIX=/usr/local
|
||||
PREFIX?=/usr/local
|
||||
INC=-I$(PREFIX)/include
|
||||
LIB=-L$(PREFIX)/lib -lutil
|
||||
FLAGS=-Wall -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
||||
LIB=-L$(PREFIX)/lib -lpidutil
|
||||
FLAGS=-Wall -Wextra -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
||||
CC?=cc
|
||||
|
||||
all: ifstatd_
|
||||
|
Reference in New Issue
Block a user