Skip to content

Commit 988d29b

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix missing liburiparser linker option
2 parents cb63e4f + 9b089ed commit 988d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/uri/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if test "$PHP_EXTERNAL_URIPARSER" = "no"; then
3434
URI_CFLAGS="-DURI_STATIC_BUILD"
3535
else
3636
PKG_CHECK_MODULES([LIBURIPARSER], [liburiparser >= 1.0.0])
37-
PHP_EVAL_LIBLINE([$LIBURIPARSER_LIBS], [URI_SHARED_LIBADD])
37+
PHP_EVAL_LIBLINE([$LIBURIPARSER_LIBS])
3838
PHP_EVAL_INCLINE([$LIBURIPARSER_CFLAGS])
3939
fi
4040

0 commit comments

Comments
 (0)