Skip to content

Commit

Permalink
Make uzfs with fio plugin compile on Ubuntu 17.10
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kryl <jan.kryl@cloudbyte.com>
  • Loading branch information
Jan Kryl committed Jun 26, 2018
1 parent 959ff7a commit 48a2090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fio/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ lib_LTLIBRARIES = replica.la
replica_la_SOURCES = replica.c
replica_la_LDFLAGS = -module
# required for fio external plugins on linux
replica_la_CFLAGS = -D_GNU_SOURCE -DCONFIG_STRSEP
replica_la_CFLAGS = -D_GNU_SOURCE -DCONFIG_STRSEP -DCONFIG_PWRITEV2

0 comments on commit 48a2090

Please sign in to comment.