diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index 036c2e340..65fea0054 100755 --- a/scripts/Build-Pkg +++ b/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