nss: add parameter for solaris/gcc

This commit is contained in:
Michael Stahl 2012-03-16 20:26:13 +01:00
parent a251053831
commit c62f9a2907

View File

@ -102,6 +102,9 @@ BUILD_ACTION= $(GNUMAKE) nss_build_all -j1
.IF "$(OS)"=="LINUX"
BUILD_ACTION+=FREEBL_NO_DEPEND=1
.ENDIF
.IF "$(OS)$(COM)"=="SOLARISGCC"
BUILD_ACTION+=NS_USE_GCC=1
.ENDIF
.ENDIF # "$(GUI)"=="UNX"