зеркало из https://github.com/mozilla/gecko-dev.git
Define _BSD_SOURCE for Linux so that linuxppc's libc can find ftruncate.
This commit is contained in:
Родитель
daeed9f51f
Коммит
ab8c4cf5f2
|
@ -82,6 +82,11 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# For fruncate
|
||||
ifeq ($(OS_ARCH),Linux)
|
||||
DEFINES += -D_BSD_SOURCE
|
||||
endif
|
||||
|
||||
install::
|
||||
$(INSTALL) $(JSFILES) $(DIST)/bin/components
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче