Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
1189e7aacf
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      scripts/parse-config

+ 5
- 0
scripts/parse-config

@ -158,3 +158,8 @@ if [ $stagelevel -le 1 -a "$ROCKCFG_PSEUDONATIVE" = 1 ]; then
export BUILDCC="$BUILDCC -static" BUILDLD="$BUILDLD -static"
fi
if [ -f /etc/ROCK-PROFILE ]; then
# this is the right place for e.g. build process ulimits
. /etc/ROCK-PROFILE
fi

Loading…
Cancel
Save