--- /usr/portage/www-servers/bozohttpd/bozohttpd-20190228.ebuild 2020-03-19 20:45:02.866349496 +0100 +++ bozohttpd-20190228-r1.ebuild 2020-10-03 20:37:11.454891660 +0200 @@ -22,10 +22,11 @@ src_prepare() { default mv Makefile{.boot,} || die + sed -i 's#^\t\$(CC).*#& $(LDLIBS)#' Makefile } src_compile() { - emake CC="$(tc-getCC)" OPT="${CFLAGS}" + emake CC="$(tc-getCC)" OPT="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -DDO_HTPASSWD" LDLIBS=-lcrypt } src_install() {