================================
nss:source=3.11.2-1.3 (previous: 3.11.2-1.2)
cvc rdiff nss -1 /[EMAIL PROTECTED]:devel//[EMAIL PROTECTED]:1-devel/3.11.2-1.3
================================
3.11.2-1.3 Antonio Meireles aka doniphon ([EMAIL PROTECTED]) Wed Aug 16 
07:53:34 2006
    including some static libs. needed at least by xulrunner...
    
nss.recipe: changed
Index: nss.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- nss.recipe /[EMAIL PROTECTED]:devel//[EMAIL PROTECTED]:1-devel/3.11.2-1.2
+++ nss.recipe /[EMAIL PROTECTED]:devel//[EMAIL PROTECTED]:1-devel/3.11.2-1.3
@@ -56,10 +56,30 @@
                      'libsoftokn3.so', 'libnssckbi.so', 'libfreebl3.so'):
             r.Install('mozilla/dist/*.OBJ/lib/%s' % file, '%(libdir)s/', 
mode=0755)
 
-        for file in ('libsoftokn3.chk', 'libfreebl3.chk'):
+       #for file in ('libcrmf.a','libnssb.a','libnssckfw.a'):
+       #r.Install('mozilla/dist/*.OBJ/lib/%s' % file, '%(libdir)s/', mode=0755)
+
+       # since the above doesn ' t work - do it the hard way ...
+       r.Run("""
+
+       pwd; ls -al mozilla/dist/*.OBJ/lib/*.a
+
+       for file in libcrmf.a libnssb.a libnssckfw.a; do
+               cp -v mozilla/dist/*.OBJ/lib/${file} %(destdir)s/usr/lib/
+       done
+
+       """)
+
+       for file in ('libcrmf.a', 'libnssb.a', 'libnssckfw.a'):
+            r.Install('mozilla/dist/*.OBJ/bin/%s' % file,  '%%(libdir)s/' )
+
+        
+       for file in ('libsoftokn3.chk', 'libfreebl3.chk'):
             r.Install('mozilla/dist/*.OBJ/lib/%s' % file, '%(libdir)s/')
 
         for file in ('certutil', 'modutil', 'pk12util', 'signtool', 'ssltap'):
             r.Install('mozilla/dist/*.OBJ/bin/%s' % file, '%(bindir)s/')
 
+
+
         r.Install('mozilla/dist/public/nss/*.h', '%(includedir)s/nss/')



Committed by: antonio.meireles
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to