Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338040 | Differences between
and this patch

Collapse All | Expand All

(-)/php-5.3.3/sapi/apache2handler/config.m4 (-1 / +1 lines)
Lines 101-107 Link Here
101
    MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
101
    MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
102
    PHP_SUBST(MH_BUNDLE_FLAGS)
102
    PHP_SUBST(MH_BUNDLE_FLAGS)
103
    PHP_SELECT_SAPI(apache2handler, bundle, mod_php5.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS)
103
    PHP_SELECT_SAPI(apache2handler, bundle, mod_php5.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS)
104
    SAPI_SHARED=libs/libphp5.so
104
    SAPI_SHARED=libs/libphp5.bundle
105
    INSTALL_IT="$INSTALL_IT $SAPI_SHARED"
105
    INSTALL_IT="$INSTALL_IT $SAPI_SHARED"
106
    ;;
106
    ;;
107
  *beos*)
107
  *beos*)

Return to bug 338040