mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
always turn on LFS support when compiling for a Linux/GNU system with libpng support
This commit is contained in:
parent
e28882a56d
commit
45e8ec34a6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue