From cfba566bc5d663658da0976ef47692338872dfcc Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 8 Oct 2005 15:38:57 +0000 Subject: [PATCH] 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. --- buildpkg.packaging.irix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index f47f8b4..c6d6cd9 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -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"