hp only fix, word boundary problem

bug # 37482  r=jdunn@netscape.com
This commit is contained in:
jgaunt%netscape.com 2000-05-10 01:11:22 +00:00
Родитель 03464814af
Коммит 19d5868936
1 изменённых файлов: 4 добавлений и 0 удалений

4
netwerk/cache/filecache/Makefile.in поставляемый
Просмотреть файл

@ -56,5 +56,9 @@ EXTRA_LIBS = $(NSPR_LIBS)
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
ifeq ($(OS_ARCH),HP-UX)
OS_CXXFLAGS += +u1
endif
include $(topsrcdir)/config/rules.mk