From f26f91d430a50d1eaa2639550d5e1e86e99c8f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 30 Nov 2006 12:39:08 +0000 Subject: Merge: exclude linux-vdso64 from devel() autorequires. --- find-requires.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-requires.in') diff --git a/find-requires.in b/find-requires.in index 1e50b23..80e9d7c 100755 --- a/find-requires.in +++ b/find-requires.in @@ -215,7 +215,7 @@ for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64 | grep -v "statically linked" \ | grep -v "/\(lib\|lib64\)/\(ld\|ld64\|ld-linux.*\)\.so" \ | perl -p -e "s/\s+(\S+)\.so.*/devel(\1$lib64)/g" -done | egrep -v 'devel\(linux-gate|linux-vdso32|lib(c|pthread|rt)(\(64bit\))?\)' | sort -u +done | egrep -v 'devel\(linux-gate|linux-vdso32|linux-vdso64|lib(c|pthread|rt)(\(64bit\))?\)' | sort -u # # --- pkgconfig -- cgit v1.2.1