On IRIX, dirname() and basename() are defined in -lgen.

This commit is contained in:
wtc%netscape.com 2003-03-21 05:13:20 +00:00
Родитель 87756a11b0
Коммит c24221c822
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -60,6 +60,10 @@ else
IS_WINDOWS="NO"
endif
ifeq ($(OS_TARGET), IRIX)
OS_LIBS += -lgen
endif
#
# we really should have this driven from a list file made during the normal
# NSS build prodecure.