View | Details | Raw Unified | Return to bug 26258
Collapse All | Expand All

(-)Makefile (+7 lines)
Lines 58-63 Link Here
58
CFLAGS+=	-O6 -fomit-frame-pointer
58
CFLAGS+=	-O6 -fomit-frame-pointer
59
.endif
59
.endif
60
60
61
.if defined(APACHE_SHARED_CORE) && ${APACHE_SHARED_CORE} == YES
62
CONFIGURE_ARGS+=	--enable-rule=SHARED_CORE
63
PLIST_SUB+=		SHRHTTPD=""
64
.else
65
PLIST_SUB+=		SHRHTTPD="@comment "
66
.endif
67
61
CONFIGURE_ENV=	OPTIM='${OPTIM}'
68
CONFIGURE_ENV=	OPTIM='${OPTIM}'
62
69
63
MAN1=		dbmmanage.1 htdigest.1 htpasswd.1
70
MAN1=		dbmmanage.1 htdigest.1 htpasswd.1
(-)pkg-plist (+2 lines)
Lines 61-66 Link Here
61
include/apache/xml/xmlrole.h
61
include/apache/xml/xmlrole.h
62
include/apache/xml/xmltok.h
62
include/apache/xml/xmltok.h
63
include/apache/xml/xmltok_impl.h
63
include/apache/xml/xmltok_impl.h
64
%%SHRHTTPD%%libexec/apache/libhttpd.ep
65
%%SHRHTTPD%%libexec/apache/libhttpd.so
64
libexec/apache/httpd.exp
66
libexec/apache/httpd.exp
65
libexec/apache/libproxy.so
67
libexec/apache/libproxy.so
66
libexec/apache/mod_access.so
68
libexec/apache/mod_access.so

Return to bug 26258