diff options
author | jbj <devnull@localhost> | 2001-12-20 16:28:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-12-20 16:28:46 +0000 |
commit | a3b362c466a12488fffe2f6dd4fffb728da2b0c0 (patch) | |
tree | 87466d8fedd5bdcfb95c48297223b6e44c5e8df1 /autodeps | |
parent | 7940b1b4a5eb6a0371651904095e9c6b06206de1 (diff) | |
download | librpm-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.req | 2 |
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; } |