Skip to content

Commit 2353992

Browse files
committed
chore: wip
1 parent f5b1eed commit 2353992

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts/build-php.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ function generateConfigureArgs(config: BuildConfig, installPrefix: string): stri
282282
`--with-xsl=${launchpadPath}/gnome.org/libxslt/v1.1.43`,
283283
`--with-zlib=${launchpadPath}/zlib.net/v1.3.1`,
284284
`--with-bz2=${launchpadPath}/sourceware.org/bzip2/v1.0.8`,
285-
`--with-iconv=${launchpadPath}/gnu.org/libiconv/v1.18.0`,
286-
`--with-libzip=${launchpadPath}/libzip.org/v1.11.4`
285+
`--with-iconv=${launchpadPath}/gnu.org/libiconv/v1.18.0`
287286
]
288287

289288
// Platform-specific arguments
@@ -292,7 +291,6 @@ function generateConfigureArgs(config: BuildConfig, installPrefix: string): stri
292291
...baseArgs,
293292
...dependencyArgs,
294293
'--enable-opcache=shared',
295-
'--with-kerberos',
296294
'--with-libedit',
297295
'--with-zip',
298296
'--enable-dtrace',
@@ -303,9 +301,8 @@ function generateConfigureArgs(config: BuildConfig, installPrefix: string): stri
303301
...baseArgs,
304302
...dependencyArgs,
305303
'--enable-opcache=shared',
306-
'--with-kerberos',
307304
'--with-readline',
308-
'--with-zip',
305+
'--without-zip',
309306
'--without-ldap-sasl'
310307
]
311308
}

0 commit comments

Comments
 (0)