diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2017-08-10 20:15:02 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2017-08-10 20:15:02 +0300 |
commit | 7e65bec67d7461ba37c10b8dcb1b892911c38ab1 (patch) | |
tree | 0c621a1153f7e2fb40ad58f4bce268ce17176646 /misc | |
parent | 03a905c94c38076fe5486ad1f50727d84f619675 (diff) | |
download | rpm-7e65bec67d7461ba37c10b8dcb1b892911c38ab1.tar.gz |
Revert "Only build bundled fts if system has a bad version that doesn't handle LFS"
The subtle test is too subtle for its own good, this patch breaks
thirty six testcases on 32bit architectures.
This reverts commit 1eadabe4453ef32eb6c3bc837094e1ca998affcc.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index bea011539..e413a211c 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -9,8 +9,5 @@ EXTRA_DIST = \ noinst_LTLIBRARIES = libmisc.la -libmisc_la_SOURCES = -if USE_BUNDLED_FTS_KLUDGE -libmisc_la_SOURCES += fts.c rpmfts.h -endif +libmisc_la_SOURCES = fts.c rpmfts.h libmisc_la_LIBADD = @LTLIBOBJS@ |