[Pkg-cyrus-sasl2-commits] r63 - /cyrus-sasl-2.1/trunk/debian/rules
    fabbe at users.alioth.debian.org 
    fabbe at users.alioth.debian.org
       
    Fri Oct 20 06:57:16 UTC 2006
    
    
  
Author: fabbe
Date: Wed Oct 18 11:51:13 2006
New Revision: 63
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=63
Log:
Strip rpath from sql module when installing.
Modified:
    cyrus-sasl-2.1/trunk/debian/rules
Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=63&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Wed Oct 18 11:51:13 2006
@@ -181,9 +181,10 @@
 	install -c -m 644 $(CURDIR)/debian/testsaslauthd.8 \
 		$(TMPPKG)/usr/share/man/man8/testsaslauthd.8
 
-	# Alter the rpath of certain binaries.
+	# Alter the rpath of certain binaries and shared libraries.
 	chrpath -d $(TMPPKG)/usr/sbin/sasldblistusers2 \
 		$(TMPPKG)/usr/sbin/saslpasswd2
+	chrpath -d $(TMPPKG)/usr/lib/sasl2/libsql.so.2.0.22
 
 ###
 # Build architecture-dependent files.
    
    
More information about the Pkg-cyrus-sasl2-commits
mailing list