Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
7529e084e0
2 changed files with 8 additions and 1 deletions
  1. +5
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -0
      scripts/parse-config

+ 5
- 1
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

+ 3
- 0
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"

Loading…
Cancel
Save