Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 746356
Collapse All | Expand All

(-)/usr/portage/www-servers/bozohttpd/bozohttpd-20190228.ebuild (-1 / +2 lines)
Lines 22-31 Link Here
22
src_prepare() {
22
src_prepare() {
23
	default
23
	default
24
	mv Makefile{.boot,} || die
24
	mv Makefile{.boot,} || die
25
	sed -i 's#^\t\$(CC).*#& $(LDLIBS)#' Makefile
25
}
26
}
26
27
27
src_compile() {
28
src_compile() {
28
	emake CC="$(tc-getCC)" OPT="${CFLAGS}"
29
	emake CC="$(tc-getCC)" OPT="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -DDO_HTPASSWD" LDLIBS=-lcrypt
29
}
30
}
30
31
31
src_install() {
32
src_install() {

Return to bug 746356