Author: cazfi
Date: Fri May  6 14:12:36 2016
New Revision: 32602

URL: http://svn.gna.org/viewcvs/freeciv?rev=32602&view=rev
Log:
Disabled sqlite3 auth support from msys2 builds.

See patch #7188

Modified:
    trunk/doc/README.msys2
    trunk/win32/installer_msys2/Makefile

Modified: trunk/doc/README.msys2
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.msys2?rev=32602&r1=32601&r2=32602&view=diff
==============================================================================
--- trunk/doc/README.msys2      (original)
+++ trunk/doc/README.msys2      Fri May  6 14:12:36 2016
@@ -192,6 +192,15 @@
   audio support, or avoid installing any SDL2 packages to your
   msys2 environment.
 
+
+ TODO
+====================================
+
+- Sqlite3 based authentication support was disabled without
+  removing any dll's from the installer packages. If sqlite is
+  not restored in near future, please review what related dlls
+  are packaged.
+
 ====================================
 
 Instructions used with msys1 below. These need to be updated:

Modified: trunk/win32/installer_msys2/Makefile
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/win32/installer_msys2/Makefile?rev=32602&r1=32601&r2=32602&view=diff
==============================================================================
--- trunk/win32/installer_msys2/Makefile        (original)
+++ trunk/win32/installer_msys2/Makefile        Fri May  6 14:12:36 2016
@@ -73,7 +73,7 @@
        # create build directory
        mkdir -p build-$(WINARCH)-$(GUI)
        # configure
-       cd build-$(WINARCH)-$(GUI); ../../../configure 
CPPFLAGS="-D_WIN32_WINNT=$(MIN_WIN_VER)" --enable-client=$(GUI) 
--with-followtag="win32-S3_0" --enable-fcdb=sqlite3 --without-readline 
--disable-sdl-mixer --disable-nls --enable-fcmp=$(FCMP) $(EXTRA_CONFIG)
+       cd build-$(WINARCH)-$(GUI); ../../../configure 
CPPFLAGS="-D_WIN32_WINNT=$(MIN_WIN_VER)" --enable-client=$(GUI) 
--with-followtag="win32-S3_0" --without-readline --disable-sdl-mixer 
--disable-nls --enable-fcmp=$(FCMP) $(EXTRA_CONFIG)
        # make
        make -C build-$(WINARCH)-$(GUI)
        make -C build-$(WINARCH)-$(GUI)/translations/core update-po


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to