Revert the decision to exclude patchSG packages. The problem is that
posix threads were introduced with patches so to mark a dependency on libpthread we need to add a dependency on a patchSG packaged.
This commit is contained in:
parent
b0b4a02a67
commit
cfba566bc5
@ -995,7 +995,7 @@ auto_deps()
|
||||
subsystems="$($AWK '{ print $7 }' < $idbfile | $SORT -u | $GREP sw)"
|
||||
for i in $subsystems
|
||||
do
|
||||
deps="$(extract_deps $i | $GREP -v patchSG)"
|
||||
deps="$(extract_deps $i)"
|
||||
for j in $deps
|
||||
do
|
||||
echo "${i#*.} $j $($SHOWPRODS -n $j | $GREP $j | $AWK '{ print $3 }') maxint"
|
||||
|
Loading…
x
Reference in New Issue
Block a user