summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ac
blob: 12325d09a6bdc7bc38c5aec5630ae5f0606d44b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.17 2006/07/08 21:29:24 markd Exp $

--- configure.orig	2006-06-25 23:14:59.000000000 +1200
+++ configure
@@ -4876,7 +4876,7 @@ fi
         echo "$as_me:$LINENO: checking whether $_mytar speaks USTAR" >&5
 echo $ECHO_N "checking whether $_mytar speaks USTAR... $ECHO_C" >&6
         echo hithere > conftest.txt
-        $_mytar -cf - conftest.txt | grep -q ustar
+        $_mytar -cf - conftest.txt | strings | grep -q ustar
         _tar_bad=$?
         rm conftest.txt