blob: 1fdbf0908a78e7da00d6142a389428762d3e37ca [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate
2
3Hack to prevent unneeded demo app from building on older libc
4where it will break the build
5
6Index: rpm-5.4.14/tools/Makefile.am
7===================================================================
8--- rpm-5.4.14.orig/tools/Makefile.am
9+++ rpm-5.4.14/tools/Makefile.am
10@@ -29,7 +29,7 @@ EXTRA_PROGRAMS = nix-copy-closure nix-en
11 xiu-instantiate xiu-store
12 noinst_PROGRAMS =
13
14-EXTRA_PROGRAMS += augtool cudftool dbconvert debugedit \
15+EXTRA_PROGRAMS += augtool cudftool debugedit \
16 nix-build nix-channel nix-collect-garbage \
17 nix-log2xml nix-prefetch-url nix-pull nix-push \
18 xiu-echo xiu-hash \
19@@ -64,7 +64,7 @@ pkgbin_PROGRAMS = \
20 rpmcache rpmdigest rpmrepo rpmspecdump \
21 rpmcmp rpmdeps rpmdeps-oecore sqlite3 @WITH_KEYUTILS_RPMKEY@ @WITH_LIBELF_DEBUGEDIT@
22 if WITH_DB
23-pkgbin_PROGRAMS += dbconvert
24+pkgbin_PROGRAMS +=
25 endif
26 dist_man_MANS = rpmgrep.1
27