Author: hawk                         Date: Wed Jan 14 13:21:48 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initrd stuff must be statically linked or it will fail
- release 2

---- Files affected:
SPECS:
   udev.spec (1.267 -> 1.268) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.267 SPECS/udev.spec:1.268
--- SPECS/udev.spec:1.267       Fri Jan  9 00:49:41 2009
+++ SPECS/udev.spec     Wed Jan 14 14:21:43 2009
@@ -33,7 +33,7 @@
 Summary(pl.UTF-8):     Zarządca urządzeń dla Linuksa 2.6
 Name:          udev
 Version:       136
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Base
@@ -208,7 +208,8 @@
        --with-libdir-name=%{_lib} \
        --with-udev-prefix="" \
        --without-selinux
-%{__make}
+%{__make} \
+       LDFLAGS="-all-static"
 
 %{__make} install \
        DESTDIR=$(pwd)/udev-initrd
@@ -416,6 +417,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.268  2009/01/14 13:21:43  hawk
+- initrd stuff must be statically linked or it will fail
+- release 2
+
 Revision 1.267  2009/01/08 23:49:41  arekm
 - up to 136
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/udev.spec?r1=1.267&r2=1.268&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to