]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- ugly workaround for binutils #880 bug.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 27 Apr 2005 16:23:25 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-sasl.spec -> 1.133

cyrus-sasl.spec

index 2eff8147c07b856e6720976de2b9c658c6fdb6e2..fe25d9fa6744f0d35fe58958864ed6cbe715aa32 100644 (file)
@@ -498,6 +498,11 @@ install %{SOURCE3} ./cyrus.pam
 
 install saslauthd/{testsaslauthd,saslcache} $RPM_BUILD_ROOT%{_sbindir}
 
+for f in `ls $RPM_BUILD_ROOT%{_libdir}/*.a`; do
+# ugly workaround for binutils #880 bug.
+       ar dv $f `ar t $f | egrep '\.la'`
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.050342 seconds and 4 git commands to generate.