X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=b54f7e9e0cfde374fa86d98b635e224d9c0ab457;hp=a9cd151f6e20c3694a2636d4f9a7c56ae8389537;hb=0bf31987c39999b8f93f9cee8a82c5e76f457cdb;hpb=c9a4e0c80470640f5d6e48dc827d28fffef1cadc diff --git a/Makefile b/Makefile index a9cd151f..b54f7e9e 100644 --- a/Makefile +++ b/Makefile @@ -145,6 +145,7 @@ ifeq ($(CONFIG_TARGET_OS), SunOS) CPPFLAGS += -D__EXTENSIONS__ endif ifeq ($(CONFIG_TARGET_OS), FreeBSD) + SOURCE += trim.c LIBS += -lpthread -lrt LDFLAGS += -rdynamic endif