[gnutls/f20] removed rpath from libraries

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Fri Sep 19 12:38:37 UTC 2014


commit 9699591430fa4f05676714a1705aa081588d2413
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Fri Sep 19 14:38:17 2014 +0200

    removed rpath from libraries
    
    Resolves: rhbz#1132921

 gnutls.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index 1ef1c95..8e3bfe9 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -3,7 +3,7 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 3.1.26
-Release: 1%{?dist}
+Release: 2%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+, however
 # the bundled gnulib is LGPLv3+
 License: GPLv3+ and LGPLv2+ and LGPLv3+
@@ -141,6 +141,7 @@ sed 's/4331/5556/g' -i tests/*.c
 %patch8 -p1 -b .nosrp
 %patch9 -p1 -b .rndport
 %patch10 -p1 -b .suiteb
+sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
 
 %{SOURCE2} -e
 
@@ -274,6 +275,9 @@ fi
 %endif
 
 %changelog
+* Fri Sep 19 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 3.1.26-2
+- removed rpath (#1132921)
+
 * Mon Aug 25 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 3.1.26-1
 - new upstream release (#1088563)
 


More information about the scm-commits mailing list