From: Dan Scott Date: Thu, 6 Jun 2013 13:40:59 +0000 (-0400) Subject: Fedora RPM for bzip2 headers is bzip2-devel X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5167ab0de36e765a5ab6110899ce84f0c2b2c7be;p=evergreen%2Fequinox.git 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 --- 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 \