]> git.proxmox.com Git - ovs.git/blobdiff - Makefile.am
netdev-dpdk: add dpdk vhost-cuse ports
[ovs.git] / Makefile.am
index 0480d20b51c7c200e1799b0f4520dfc54a6769c7..e1a4e1780b3077f2ad2586ad621859d7094932a7 100644 (file)
@@ -32,6 +32,10 @@ AM_CFLAGS = -Wstrict-prototypes
 AM_CFLAGS += $(WARNING_FLAGS)
 AM_CFLAGS += $(OVS_CFLAGS)
 
+if DPDK_NETDEV
+AM_CFLAGS += -D_FILE_OFFSET_BITS=64
+endif
+
 if NDEBUG
 AM_CPPFLAGS += -DNDEBUG
 AM_CFLAGS += -fomit-frame-pointer