commit 08df2025984ff655eca8467242bcf0e331853fee from: Stefan Sperling date: Fri Apr 14 22:42:12 2023 UTC add some missing libraries to DPADD and fix up some outdated deps commit - bd13be9e6848f38fd8f4679e64003888adabd0d8 commit + 08df2025984ff655eca8467242bcf0e331853fee blob - aaddaf72fdc7e84e4dbe9360dd6bd066d12b39d8 blob + 3a08950d455ea0bc1854f88ea4f006059b16a199 --- got/Makefile +++ got/Makefile @@ -27,7 +27,7 @@ LDADD = -lutil_p -lz_p -lm_p -lc_p .else LDADD = -lutil -lz -lm .endif -DPADD = ${LIBZ} ${LIBUTIL} +DPADD = ${LIBZ} ${LIBUTIL} ${LIBM} .if ${GOT_RELEASE} != "Yes" NOMAN = Yes blob - 8cd44e3e91b34b73557549f8327e76eaf4eca243 blob + b3688e05a41671c5424eccd960798be8f074df6f --- gotctl/Makefile +++ gotctl/Makefile @@ -15,7 +15,7 @@ LDADD = -lutil_p -levent_p .else LDADD = -lutil -levent .endif -DPADD = ${LIBUTIL} +DPADD = ${LIBUTIL} ${LIBEVENT} .if ${GOT_RELEASE} != "Yes" NOMAN = Yes blob - 57c307cbf240df2d50591814c9eb5e77bb24ae39 blob + 877e4d8fa52533fe457b51eefc3aed259e36e6a5 --- gotd/Makefile +++ gotd/Makefile @@ -29,7 +29,7 @@ LDADD = -lutil_p -lz_p -lm_p -lc_p -levent_p .else LDADD = -lutil -lz -lm -levent .endif -DPADD = ${LIBZ} ${LIBUTIL} +DPADD = ${LIBZ} ${LIBUTIL} ${LIBM} ${LIBEVENT} .if ${GOT_RELEASE} != "Yes" NOMAN = Yes blob - e846e3770127222b8a0c7ca738b2b1e4aa51cedf blob + 523878131c3f5d6c33e9b6600b339d6a8d9bef75 --- gotsh/Makefile +++ gotsh/Makefile @@ -15,7 +15,7 @@ LDADD = -lutil_p -lc_p -levent_p .else LDADD = -lutil -levent .endif -DPADD = ${LIBZ} ${LIBUTIL} +DPADD = ${LIBEVENT} ${LIBUTIL} .if ${GOT_RELEASE} != "Yes" NOMAN = Yes blob - cc739de38d4839d70a3ad6d7034a837ff573bfb8 blob + 9ae9f370f54c1b996a98a37efac8843e740b0653 --- gotwebd/Makefile +++ gotwebd/Makefile @@ -41,7 +41,7 @@ CPPFLAGS += -I${.CURDIR}/../include -I${.CURDIR}/../li CPPFLAGS += -I${.CURDIR}/../template LDADD += -lz -levent -lutil -lm YFLAGS = -DPADD = ${LIBEVENT} ${LIBUTIL} +DPADD = ${LIBEVENT} ${LIBUTIL} ${LIBM} #CFLAGS += -DGOT_NO_OBJ_CACHE .if ${GOT_RELEASE} != "Yes" blob - 1e04e11c8366de402f81cecbd2da54e48dd11a27 blob + e809641a54d987c934b5802c084bde5ad86dfc09 --- tog/Makefile +++ tog/Makefile @@ -25,7 +25,7 @@ LDADD = -lpanel_p -lncursesw_p -lutil_p -lz_p -lpthrea .else LDADD = -lpanel -lncursesw -lutil -lz -lpthread -lm .endif -DPADD = ${LIBZ} ${LIBUTIL} +DPADD = ${LIBZ} ${LIBUTIL} ${LIBM} .if ${GOT_RELEASE} != "Yes" NOMAN = Yes