Author: glen                         Date: Sat Mar 17 00:04:48 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- correct x-libraries path

---- Files affected:
SPECS:
   gcc4.spec (1.438.2.7 -> 1.438.2.8) 

---- Diffs:

================================================================
Index: SPECS/gcc4.spec
diff -u SPECS/gcc4.spec:1.438.2.7 SPECS/gcc4.spec:1.438.2.8
--- SPECS/gcc4.spec:1.438.2.7   Sat Mar 17 00:20:50 2007
+++ SPECS/gcc4.spec     Sat Mar 17 01:04:40 2007
@@ -342,7 +342,7 @@
        --libexecdir=%{_libdir} \
        --infodir=%{_infodir} \
        --mandir=%{_mandir} \
-       --x-libraries=%{_libdir} \
+       --x-libraries=%{?_x_libraries}%{!?_x_libraries:%{_libdir}} \
        --enable-shared \
        --enable-threads=posix \
        --enable-languages="c%{?with_cxx:,c++}" \
@@ -540,6 +540,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.438.2.8  2007/03/17 00:04:40  glen
+- correct x-libraries path
+
 Revision 1.438.2.7  2007/03/16 23:20:50  glen
 - fix deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc4.spec?r1=1.438.2.7&r2=1.438.2.8&f=u

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

Reply via email to