summaryrefslogtreecommitdiff
path: root/autodeps
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-12-20 16:28:46 +0000
committerjbj <devnull@localhost>2001-12-20 16:28:46 +0000
commita3b362c466a12488fffe2f6dd4fffb728da2b0c0 (patch)
tree87466d8fedd5bdcfb95c48297223b6e44c5e8df1 /autodeps
parent7940b1b4a5eb6a0371651904095e9c6b06206de1 (diff)
downloadlibrpm-tizen-a3b362c466a12488fffe2f6dd4fffb728da2b0c0.tar.gz
librpm-tizen-a3b362c466a12488fffe2f6dd4fffb728da2b0c0.tar.bz2
librpm-tizen-a3b362c466a12488fffe2f6dd4fffb728da2b0c0.zip
- solaris: translate i86pc to i386 (#57182).
- fix: %GNUconfigure breaks with single quotes (#57264). - fix: typo in find-requires. - tru64 compiler message cleanup. - add buildarch lines for hppa (#57728). CVS patchset: 5228 CVS date: 2001/12/20 16:28:46
Diffstat (limited to 'autodeps')
-rw-r--r--autodeps/linux.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req
index 22bd17270..2ec07a153 100644
--- a/autodeps/linux.req
+++ b/autodeps/linux.req
@@ -83,7 +83,7 @@ for f in $liblist $exelist ; do
sub(/:/, "", $3);
LIBNAME=$3;
}
- (START==1) && (LIBNAME!="") && ($4!="") && ($4~/^GLIBC_*/) {
+ (START==1) && (LIBNAME!="") && ($4!="") && (($4~/^GLIBC_*/) || ($4~/^GCC_*/)) {
print LIBNAME "(" $4 ")'$lib64'";
}
/^$/ { START=0; }