Skip to content

Commit

Permalink
libchdr: instruct glibc to declare fseeko/ftello
Browse files Browse the repository at this point in the history
  • Loading branch information
invertego authored and LukeUsher committed May 5, 2023
1 parent 6a78983 commit 0311d1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion thirdparty/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ $(object.path)/zlib_zutil.o: $(libchdr.path)/deps/zlib-1.2.11/zutil.c

flags += -I$(libchdr.path)/include
flags += -I$(libchdr.path)/deps/lzma-19.00/include -D_7ZIP_ST
flags += -I$(libchdr.path)/deps/zlib-1.2.11
flags += -I$(libchdr.path)/deps/zlib-1.2.11

# instruct glibc to declare fseeko/ftello
flags += -D_LARGEFILE_SOURCE

0 comments on commit 0311d1c

Please sign in to comment.