Skip to content

Commit 9b089ed

Browse files
committed
Fix missing liburiparser linker option
1 parent 7b70ee5 commit 9b089ed

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)