X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=6626f1f4c7495a6260e34bdcf9edf0e3254997af;hb=7bb591020669b7266c57108f2a68b48a03ae72ee;hp=992a9b846a0aed9555dd4246857b605676435492;hpb=d48a9799a3d3cbe3c41658d6e41d6791b33e926c;p=fio.git diff --git a/Makefile b/Makefile index 992a9b84..6626f1f4 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ ifeq ($(UNAME), AIX) endif ifeq ($(UNAME), HP-UX) SOURCE += fifo.c helpers.c lib/getopt_long.c lib/strsep.c engines/posixaio.c - LIBS += -lpthread -dl -lrt + LIBS += -lpthread -ldl -lrt CFLAGS += -D_LARGEFILE64_SOURCE endif ifeq ($(UNAME), Darwin)