Skip to content

Commit

Permalink
include m
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Nov 24, 2024
1 parent d022786 commit 0be26dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libsqlite3/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE=lib${LIB}
LIB= sqlite3
SHLIB_MAJOR= 1
LIBADD+= pthread z
LIBADD+= m pthread z

SRCS= sqlite3.c
INCS= sqlite3.h sqlite3ext.h
Expand Down
2 changes: 1 addition & 1 deletion share/mk/src.libnames.mk
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ _DP_archive+= crypto
_DP_archive+= md
.endif
.endif
_DP_sqlite3= pthread z
_DP_sqlite3= m pthread z
_DP_ssl= crypto
_DP_ssh= crypto crypt z
.if ${MK_LDNS} != "no"
Expand Down

0 comments on commit 0be26dc

Please sign in to comment.