summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-11-19 18:40:21 +0000
committerjbj <devnull@localhost>2002-11-19 18:40:21 +0000
commit22389abbd44af3376c4c86824a558eae412bc541 (patch)
tree7512ba0a2a6e1a8e54f2b0f9e601bb336f52d695 /build
parent1c023424d7fb2de08293a5721e11ec4a909a04e2 (diff)
downloadlibrpm-tizen-22389abbd44af3376c4c86824a558eae412bc541.tar.gz
librpm-tizen-22389abbd44af3376c4c86824a558eae412bc541.tar.bz2
librpm-tizen-22389abbd44af3376c4c86824a558eae412bc541.zip
- add AC_SYS_LARGFILE throughout.
- statically link rpmdeps against (internal) libfmagic. CVS patchset: 5876 CVS date: 2002/11/19 18:40:21
Diffstat (limited to 'build')
-rw-r--r--build/rpmfc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c
index 03f94e8fb..668a15b01 100644
--- a/build/rpmfc.c
+++ b/build/rpmfc.c
@@ -697,9 +697,7 @@ static int rpmfcELF(rpmfc fc)
s = elf_strptr(elf, shdr->sh_link, aux->vda_name);
if (s == NULL)
/*@innerbreak@*/ break;
- /* XXX Ick, but what's a girl to do. */
- if (!strncmp("ld-", s, 3) || !strncmp("lib", s, 3))
- {
+ if (def->vd_flags & VER_FLG_BASE) {
soname = _free(soname);
soname = xstrdup(s);
auxoffset += aux->vda_next;