Browse Source

Bernhard C. Schrenk, Clifford Wolf:


			
			
				rocklinux
			
			
		
Bernhard C. Schrenk 20 years ago
parent
commit
0fbe08ffba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Pkg

+ 1
- 1
scripts/Build-Pkg

@ -580,7 +580,7 @@ if [ $stagelevel -eq 0 ]; then
fi
if [ -f $confdir/$pkg.cache ]; then
if ! egrep -q '^\[PROVIDES].*\.so( |$)' $confdir/$pkg.cache; then
if ! egrep -q '^\[PROVIDES].*\.(so|a)( |$)' $confdir/$pkg.cache; then
forcefpic="0"
fi
fi

Loading…
Cancel
Save