Author: arekm Date: Wed Jul 6 16:15:45 2005 GMT Module: SPECS Tag: AC-branch ---- Log message: - rel 7; rename glob to rpm_glob
---- Files affected: SPECS: rpm.spec (1.555.2.86 -> 1.555.2.87) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.555.2.86 SPECS/rpm.spec:1.555.2.87 --- SPECS/rpm.spec:1.555.2.86 Tue Jun 28 10:49:07 2005 +++ SPECS/rpm.spec Wed Jul 6 18:15:39 2005 @@ -32,7 +32,7 @@ Name: rpm %define sover 4.4 Version: 4.4.1 -Release: 6 +Release: 7 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -687,6 +687,10 @@ -e 's|@host_cpu@|%{_target_cpu}|' macros.in > macros.tmp mv -f macros.tmp macros.in +# glibc glob() has no support to GLOB_QUOTE and GLOB_LIMIT/GLOB_MAXPATH +# rename internal libroken glob/globfree +CPPFLAGS="-Dglob=rpm_glob -Dglobfree=rpm_globfree"; export CPPFLAGS + # pass CC and CXX too in case of building with some older configure macro %configure \ CC="%{__cc}" \ @@ -1095,6 +1099,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.555.2.87 2005/07/06 16:15:39 arekm +- rel 7; rename glob to rpm_glob + Revision 1.555.2.86 2005/06/28 08:49:07 zbyniu - R: home-etc-devel in -devel, rel 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.555.2.86&r2=1.555.2.87&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
