Loading build/build2.mk +2 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,8 @@ $(aprutil_configure): srclib/apr-util/configure.in @echo rebuilding $@ (cd srclib/apr-util && ./buildconf.sh) $(apr_configure): srclib/apr/aclocal.m4 srclib/apr/configure.in srclib/apr/apr_common.m4 srclib/apr/hints.m4 ### we shouldn't (have to) know what goes into the configure script! $(apr_configure): srclib/apr/helpers/apr-conf.m4 srclib/apr/configure.in srclib/apr/apr_common.m4 srclib/apr/hints.m4 @echo rebuilding $@ (cd srclib/apr && ./buildconf) Loading configure.in +2 −2 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ if test "$apache_need_expat" = "yes"; then fi dnl APR should go after the other libs, so the right symbols can be picked up AP_LIBS="$AP_LIBS srclib/apr/\$(LIBPRE)apr.a" AP_LIBS="$AP_LIBS srclib/apr/\$(LIBPRE)apr.la" APACHE_SUBST(AP_LIB_DIRS) APACHE_SUBST(AP_LIBS) Loading Loading @@ -248,7 +248,7 @@ dnl ## or disable threads), while still allowing APR to run and generate dnl ## APRVARS before Apache generates it's Makefiles and the related files. dnl ## This allows APR to detect libraries like dl and tell Apache that it dnl ## needs to include or not include them. RUN_SUBDIR_CONFIG_NOW(srclib/apr, $apache_apr_flags) RUN_SUBDIR_CONFIG_NOW(srclib/apr, "$apache_apr_flags --disable-shared") RUN_SUBDIR_CONFIG_NOW(srclib/apr-util, "--with-apr=../apr --disable-shared") RUN_SUBDIR_CONFIG_NOW(srclib/pcre) . ./srclib/apr/APRVARS Loading Loading
build/build2.mk +2 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,8 @@ $(aprutil_configure): srclib/apr-util/configure.in @echo rebuilding $@ (cd srclib/apr-util && ./buildconf.sh) $(apr_configure): srclib/apr/aclocal.m4 srclib/apr/configure.in srclib/apr/apr_common.m4 srclib/apr/hints.m4 ### we shouldn't (have to) know what goes into the configure script! $(apr_configure): srclib/apr/helpers/apr-conf.m4 srclib/apr/configure.in srclib/apr/apr_common.m4 srclib/apr/hints.m4 @echo rebuilding $@ (cd srclib/apr && ./buildconf) Loading
configure.in +2 −2 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ if test "$apache_need_expat" = "yes"; then fi dnl APR should go after the other libs, so the right symbols can be picked up AP_LIBS="$AP_LIBS srclib/apr/\$(LIBPRE)apr.a" AP_LIBS="$AP_LIBS srclib/apr/\$(LIBPRE)apr.la" APACHE_SUBST(AP_LIB_DIRS) APACHE_SUBST(AP_LIBS) Loading Loading @@ -248,7 +248,7 @@ dnl ## or disable threads), while still allowing APR to run and generate dnl ## APRVARS before Apache generates it's Makefiles and the related files. dnl ## This allows APR to detect libraries like dl and tell Apache that it dnl ## needs to include or not include them. RUN_SUBDIR_CONFIG_NOW(srclib/apr, $apache_apr_flags) RUN_SUBDIR_CONFIG_NOW(srclib/apr, "$apache_apr_flags --disable-shared") RUN_SUBDIR_CONFIG_NOW(srclib/apr-util, "--with-apr=../apr --disable-shared") RUN_SUBDIR_CONFIG_NOW(srclib/pcre) . ./srclib/apr/APRVARS Loading