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:
Tom G. Christensen 2005-10-08 15:38:57 +00:00
parent b0b4a02a67
commit cfba566bc5

View File

@ -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"