From 7529e084e0668bb775efa2bd3ee2f76d59d9acb5 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 31 Dec 2003 13:32:28 +0000 Subject: [PATCH] set RPM in the global parse-config to prevent rpm rependencies git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2083 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 6 +++++- scripts/parse-config | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 75a0cc2c2..432f14b81 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,5 +1,9 @@ -*) 2003-12-20 (2.0.0-rc3 - 2.0.0-rc4) +*) 2003-12-31 (2.0.0-rc3 - 2.0.0-rc4) + + - set RPM in the global parse-config to prevent rpm rependencies + +*) 2003-12-30 (2.0.0-rc3 - 2.0.0-rc4) - enable apache's mod_deflate - cleaned kiss.conf diff --git a/scripts/parse-config b/scripts/parse-config index ea7812d76..4ce2d122a 100644 --- a/scripts/parse-config +++ b/scripts/parse-config @@ -136,3 +136,6 @@ export NM="${archprefix}nm" KCC="${archprefix}kcc" export F77="${archprefix}f77" MAKE="make" export AWK="gawk" SED="sed" +# don't use this stuff e.g. in broken configure scripts +export RPM="/bin/true" +