]> git.pld-linux.org Git - packages/libgda6.git/blob - libgda6-web.patch
- updated to 6.0.0 as libgda6
[packages/libgda6.git] / libgda6-web.patch
1 --- libgda-6.0.0/providers/web/meson.build.orig 2021-02-01 01:29:25.249770600 +0100
2 +++ libgda-6.0.0/providers/web/meson.build      2021-02-02 21:34:20.349000100 +0100
3 @@ -100,7 +100,7 @@
4         c_args: [
5                 '-include',
6                 join_paths(gda_top_build, 'config.h'),
7 -               ],
8 +               ] + c_args,
9         link_args: [
10                 '-Wl,--export-dynamic',
11                 ],
12 --- libgda-6.0.0/providers/web/libmain.c.orig   2021-02-01 01:29:25.249770600 +0100
13 +++ libgda-6.0.0/providers/web/libmain.c        2021-02-02 21:37:06.051435747 +0100
14 @@ -81,7 +81,7 @@
15         gchar *ret, *dir;
16  
17         dir = gda_gbr_get_file_path (GDA_DATA_DIR, LIBGDA_ABI_NAME, NULL);
18 -       ret = gda_server_provider_load_file_contents (module_path, dir, "web_specs_dsn.xml");
19 +       ret = gda_server_provider_load_resource_contents ("web", "web_specs_dsn.xml");
20         g_free (dir);
21         if (ret)
22                 return ret;
23 @@ -95,7 +95,7 @@
24         gchar *ret, *dir;
25  
26         dir = gda_gbr_get_file_path (GDA_DATA_DIR, LIBGDA_ABI_NAME, NULL);
27 -       ret = gda_server_provider_load_file_contents (module_path, dir, "web_specs_auth.xml");
28 +       ret = gda_server_provider_load_resource_contents ("web", "web_specs_auth.xml");
29         g_free (dir);
30         if (ret)
31                 return ret;
This page took 0.079288 seconds and 3 git commands to generate.