diff --git a/allyourbase.jam b/allyourbase.jam index eadb4749b..1330f1c1f 100644 --- a/allyourbase.jam +++ b/allyourbase.jam @@ -386,6 +386,9 @@ else if $(UNIX) case UNIXWARE : RANLIB ?= "" ; RELOCATE ?= true ; + + case OSF : + DLL_AS_LIB ?= true ; } # UNIX defaults @@ -449,6 +452,7 @@ UNDEFFLAG ?= "-u _" ; YACC ?= ; YACCFILES ?= ; YACCFLAGS ?= ; +DLL_AS_LIB ?= ; HDRPATTERN = "^[ ]*#[ ]*include[ ]*([<\"][^\">]*[\">]).*$" ; diff --git a/v1/allyourbase.jam b/v1/allyourbase.jam index eadb4749b..1330f1c1f 100644 --- a/v1/allyourbase.jam +++ b/v1/allyourbase.jam @@ -386,6 +386,9 @@ else if $(UNIX) case UNIXWARE : RANLIB ?= "" ; RELOCATE ?= true ; + + case OSF : + DLL_AS_LIB ?= true ; } # UNIX defaults @@ -449,6 +452,7 @@ UNDEFFLAG ?= "-u _" ; YACC ?= ; YACCFILES ?= ; YACCFLAGS ?= ; +DLL_AS_LIB ?= ; HDRPATTERN = "^[ ]*#[ ]*include[ ]*([<\"][^\">]*[\">]).*$" ;