From 9f291dcccba2c7d7f6ebbf214aab111c787c6b46 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 26 Jul 2015 09:37:20 +0200 Subject: tdf#92792: Register mork driver on windows 64bit and make it work Mork service wasn't registred on windows as it was generally excluded on this platform not matter what architecture was used. Pofile discovery was broken, as XP_WIN wasn't define and the code fall back to use UNIX directories for profile discovery on windows that obviously cannot work. Change-Id: I823378a1a094a2172ba2cb3bf9bdacedb27b36a2 Reviewed-on: https://gerrit.libreoffice.org/17349 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- postprocess/Rdb_services.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'postprocess/Rdb_services.mk') diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 46e0f31dded0..88b28ddc7518 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -292,17 +292,10 @@ $(eval $(call gb_Rdb_add_components,services,\ ) \ )) -ifeq ($(OS),WNT) - ifneq ($(WITH_MOZAB4WIN),) $(eval $(call gb_Rdb_add_components,services,\ connectivity/source/drivers/mozab/mozab \ )) -else -$(eval $(call gb_Rdb_add_components,services,\ - connectivity/source/drivers/mozab/bootstrap/mozbootstrap \ -)) -endif else @@ -313,7 +306,7 @@ $(eval $(call gb_Rdb_add_components,services,\ )) endif # DESKTOP -endif # WNT +endif # WITH_MOZAB4WIN endif # DBCONNECTIVITY -- cgit