Changes with Apache 2.3.0
[ When backported to 2.2.x, remove entry from this file ]
+ *) Build the odbc dbd driver by default on Windows.
+ DBD_LIST is still used to build additional dbd drivers.
+ [Tom Donovan]
+
*) Worker MPM: Crosscheck that idle workers are still available before using
them and thus preventing an overflow of the worker queue which causes
a SegFault. PR 45605 [Denis Ustimenko <denusk gmail.com>]
#
# Provide a DBD_LIST argument after configuring LIB and INCLUDE with
# the SDK paths of the corresponding client support libraries.
-# Note that at this time, none of these are supported on win32, per say.
+# The ODBC driver is always built on Windows
#
# DBD_LIST="sqlite3 pgsql oracle mysql freetds"
#
!ENDIF
-!IFDEF DBD_LIST
_trydbd:
!IF $(USEMAK) == 1
cd srclib\apr-util\dbd
- for %d in ($(DBD_LIST)) do \
+ for %d in (odbc $(DBD_LIST)) do \
$(MAKE) $(MAKEOPT) -f apr_dbd_%d.mak CFG="apr_dbd_%d - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..\..
!ELSEIF $(USESLN) == 1
- for %d in ($(DBD_LIST)) do \
+ for %d in (odbc $(DBD_LIST)) do \
devenv Apache.sln /useenv $(CTARGET) $(LONG) /project apr_dbd_%d
!ELSE
- @for %d in ($(DBD_LIST)) do \
+ @for %d in (odbc $(DBD_LIST)) do \
msdev Apache.dsw /USEENV /MAKE \
"apr_dbd_%d - Win32 $(LONG)" /NORECURSE $(CTARGET)
!ENDIF
-!ELSE
-# no DBD_LIST
-
-_trydbd:
- @echo -----
- @echo apr_dbd drivers will not build unless DBD_LIST is set to the list
- @echo of all the client modules available in the LIB and INCLUDE path.
-
-!ENDIF
-
!IF "$(INSTDIR)" == ""
INSTDIR=\Apache2x
cd ldap
$(MAKE) $(MAKEOPT) -f apr_ldap.mak CFG="apr_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..
-!IFDEF DBD_LIST
cd dbd
- for %d in ($(DBD_LIST)) do \
+ for %d in (odbc $(DBD_LIST)) do \
$(MAKE) $(MAKEOPT) -f apr_dbd_%d.mak CFG="apr_dbd_%d - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..
-!ENDIF
cd ..\..
cd srclib\pcre
$(MAKE) $(MAKEOPT) -f dftables.mak CFG="dftables - Win32 $(LONG)" RECURSE=0 $(CTARGET)
copy srclib\apr-iconv\$(LONG)\libapriconv-1.$(src_dll) "$(inst_dll)" <.y
copy srclib\apr-util\$(LONG)\libaprutil-1.$(src_dll) "$(inst_dll)" <.y
copy srclib\apr-util\ldap\$(LONG)\apr_ldap-1.$(src_dll) "$(inst_dll)" <.y
-!IFDEF DBD_LIST
- for %d in ($(DBD_LIST)) do ( \
+ for %d in (odbc $(DBD_LIST)) do ( \
copy srclib\apr-util\dbd\$(LONG)\apr_dbd_%d-1.$(src_dll) "$(inst_dll)" <.y \
)
-!ENDIF
copy modules\aaa\$(LONG)\mod_access_compat.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_auth_digest.$(src_so) "$(inst_so)" <.y