From e516b154c151981da4cfccb4ae5d9db49d198b1a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 6 Jun 2013 09:40:59 -0400 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index a49ea6a646..6fa4def665 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -121,6 +121,7 @@ EXTRA_DEBS_PRECISE = \ FEDORA_RPMS = \ aspell \ aspell-en \ + bzip2-devel \ libdbi \ libdbi-dbd-pgsql \ libdbi-devel \ -- 2.11.0