Skip to content

Commit

Permalink
8235814: Add --enable-deprecated-ports=yes to all solaris and SPARC b…
Browse files Browse the repository at this point in the history
…uild profiles

Reviewed-by: erikj
  • Loading branch information
vidmik committed Dec 12, 2019
1 parent b9f6245 commit dbd4134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/conf/jib-profiles.js
Expand Up @@ -434,15 +434,15 @@ var getJibProfilesProfiles = function (input, common, data) {
target_cpu: "x64",
dependencies: ["devkit", "cups"],
configure_args: concat(common.configure_args_64bit,
"--with-zlib=system", "--enable-dtrace"),
"--with-zlib=system", "--enable-dtrace", "--enable-deprecated-ports=yes"),
},

"solaris-sparcv9": {
target_os: "solaris",
target_cpu: "sparcv9",
dependencies: ["devkit", "cups"],
configure_args: concat(common.configure_args_64bit,
"--with-zlib=system", "--enable-dtrace"),
"--with-zlib=system", "--enable-dtrace", "--enable-deprecated-ports=yes"),
},

"windows-x64": {
Expand Down

0 comments on commit dbd4134

Please sign in to comment.