From 537827ba4d26eb7ed1c25a31b82657771ed16eb1 Mon Sep 17 00:00:00 2001 From: myangsynapticscom <116875207+myangsynapticscom@users.noreply.github.com> Date: Fri, 28 Oct 2022 18:28:26 +0800 Subject: Enable LFS feature Enable LFS feature while building relevant packages. --- rmihidtool/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'rmihidtool/Makefile') diff --git a/rmihidtool/Makefile b/rmihidtool/Makefile index 3553c99..e03fe92 100644 --- a/rmihidtool/Makefile +++ b/rmihidtool/Makefile @@ -1,5 +1,6 @@ CXX ?= g++ CPPFLAGS += -I../include -I./include -I../rmidevice +CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE CXXFLAGS += -Wall LDFLAGS += -L. LIBS = -lrmidevice -- cgit v1.2.3