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