Kaydet (Commit) c62f9a29 authored tarafından Michael Stahl's avatar Michael Stahl

nss: add parameter for solaris/gcc

üst a2510538
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment