Skip to content

Commit 4959eb1

Browse files
committed
Fix #28402: no need for -ldl
1 parent 20ad0b9 commit 4959eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if test "$PHP_SQLITE" != "no"; then
3939
],[
4040
AC_MSG_ERROR([wrong sqlite lib version or lib not found])
4141
],[
42-
-L$SQLITE_DIR/lib -lm -ldl
42+
-L$SQLITE_DIR/lib -lm
4343
])
4444

4545
PHP_SUBST(SQLITE_SHARED_LIBADD)

0 commit comments

Comments
 (0)