]> git.pld-linux.org Git - packages/courier-authlib.git/commitdiff
- enhanced no_la patch: add -rpath to `courierauthconfig --ldflags`; release 3 auto/th/courier-authlib-0.68.0-3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Mar 2018 20:05:49 +0000 (21:05 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Mar 2018 20:05:49 +0000 (21:05 +0100)
courier-authlib-no_la.patch
courier-authlib.spec

index 401778f4ba41efd26c6d8fe06fe544b8ca25d38c..921bf120c139fb8380b06a6dd3203ab2103c84e3 100644 (file)
                pt=lt_dlsym(h, buf2);
                if (pt == NULL)
                {
+--- courier-authlib-0.68.0/authinfo.c.orig     2013-08-25 20:44:47.000000000 +0200
++++ courier-authlib-0.68.0/authinfo.c  2018-03-21 20:10:48.566256960 +0100
+@@ -105,8 +105,8 @@
+                              
+               if (strcmp(argv[n], "--ldflags") == 0)
+               {
+-                      printf("-L%s\n",
+-                             PKGLIBDIR);
++                      printf("-L%s -Wl,-rpath,%s\n",
++                             PKGLIBDIR, PKGLIBDIR);
+               }
+               if (strcmp(argv[n], "--cppflags") == 0)
+               {
index 8432e9dca116b33a76740904bb3b941efcf03357..a6306860fbcf2f513463ba6ab222450fd6fbe9ef 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Courier authentication library
 Summary(pl.UTF-8):     Biblioteka uwierzytelniania Couriera
 Name:          courier-authlib
 Version:       0.68.0
-Release:       2
+Release:       3
 License:       GPL v3 with OpenSSL exception
 Group:         Networking/Daemons
 Source0:       http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
This page took 0.10448 seconds and 4 git commands to generate.