]> git.pld-linux.org Git - packages/courier-authlib.git/blob - courier-authlib-no_la.patch
- updated to 0.68.0
[packages/courier-authlib.git] / courier-authlib-no_la.patch
1 --- courier-authlib-0.68.0/authdaemond.c.orig   2017-01-28 03:57:11.000000000 +0100
2 +++ courier-authlib-0.68.0/authdaemond.c        2018-03-19 19:12:27.664936669 +0100
3 @@ -114,7 +114,10 @@
4  
5                 fprintf(stderr, "INFO: Installing %s\n", buf);
6                 p += i;
7 -               h=lt_dlopenext(buf);
8 +               sprintf(buf2, "courier_%s_init", buf+3);
9 +
10 +               strcat(buf, ".so");
11 +               h=lt_dlopen(buf);
12  
13                 if (h == NULL)
14                 {
15 @@ -122,8 +125,6 @@
16                         continue;
17                 }
18  
19 -               sprintf(buf2, "courier_%s_init", buf+3);
20 -
21                 pt=lt_dlsym(h, buf2);
22                 if (pt == NULL)
23                 {
This page took 0.063123 seconds and 3 git commands to generate.