From 3b828afbe3dab8f764a7378b65ade1e190be5d56 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 6 Jun 2013 09:40:59 -0400 Subject: [PATCH 1/1] Fedora RPM for bzip2 headers is bzip2-devel There was an attempt to add the right RPM for the bzip2 headers in Makefile.install, but that failed on Fedora 19. Swap in bzip2-devel instead to correct that. Signed-off-by: Dan Scott --- Open-ILS/src/extras/Makefile.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index fc46d62774..c5aacd6590 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -122,6 +122,7 @@ EXTRA_DEBS_PRECISE = \ FEDORA_RPMS = \ aspell \ aspell-en \ + bzip2-devel \ libdbi \ libdbi-dbd-pgsql \ libdbi-devel \ @@ -160,8 +161,7 @@ FEDORA_RPMS = \ readline-devel \ tcp_wrappers-devel \ wget \ - yaz \ - libbz2-devel + yaz # Note: B:O:AuthorizeNet 3.21 fails with https://rt.cpan.org/Public/Bug/Display.html?id=55172 # Should be fixed in 3.22 -- 2.43.2