Define _BSD_SOURCE for Linux so that linuxppc's libc can find ftruncate.

This commit is contained in:
seawood%netscape.com 2001-11-03 06:28:49 +00:00
Родитель daeed9f51f
Коммит ab8c4cf5f2
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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