Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
e415da9f2f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/base/dietlibc/parse-config-9

+ 2
- 2
package/base/dietlibc/parse-config-9

@ -46,10 +46,10 @@ function add_lib () {
# --- FUNCTIONS-END --
# decide wether to compile the packet with dietlibc or not
if [ "$ROCKCFG_DIETLIBC_ALL" = 1 -o "$pkg" = "dietlibc" ]; then
if [ "$ROCKCFG_DIETLIBC_ALL" = 1 -o "$xpkg" = "dietlibc" ]; then
pkg_dietlibc_useit=1
else
x="${pkg//-/_}" ; x="${x//+/_}" ; x="${x#*=}"
x="${xpkg//-/_}" ; x="${x//+/_}" ; x="${x#*=}"
eval "pkg_dietlibc_useit=\$ROCKCFG_DIETLIBC_${x}"
fi
[ "$pkg_dietlibc_useit" != 1 ] && pkg_dietlibc_useit=0

Loading…
Cancel
Save