Skip to content
Snippets Groups Projects
Commit 45e8ec34 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

always turn on LFS support when compiling for a Linux/GNU system with libpng support

parent e28882a5
Branches
Tags
No related merge requests found
......@@ -305,6 +305,10 @@ PNG_LDFLAGS?=$(shell $(PNG_CONFIG) --ldflags)
endif
endif
ifdef LINUX
PNG_CFLAGS+=-D_LARGEFILE64_SOURCE
endif
LIBS+=$(PNG_LDFLAGS)
CFLAGS+=$(PNG_CFLAGS)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment