Author: pluto Date: Tue Nov 22 23:11:24 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - override staticLDFLAGS in make install too (bug exposed by pure th env). - release 0.3.
---- Files affected: SPECS: rpm.spec (1.717 -> 1.718) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.717 SPECS/rpm.spec:1.718 --- SPECS/rpm.spec:1.717 Tue Nov 22 22:28:43 2005 +++ SPECS/rpm.spec Wed Nov 23 00:11:19 2005 @@ -30,7 +30,7 @@ Name: rpm %define sover 4.4 Version: 4.4.3 -Release: 0.2 +Release: 0.3 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -762,6 +762,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ + staticLDFLAGS=%{?with_static:-all-static} \ pylibdir=%{py_libdir} \ pkgbindir="%{_bindir}" @@ -1146,6 +1147,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.718 2005/11/22 23:11:19 pluto +- override staticLDFLAGS in make install too (bug exposed by pure th env). +- release 0.3. + Revision 1.717 2005/11/22 21:28:43 pluto - ugly rpm, -fno-strict-aliasing passed. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.717&r2=1.718&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
