Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[perl] Disable gdbm support in order to make bootstrapping easier. Fi…
…xes JB#46707
  • Loading branch information
xfade committed Aug 12, 2019
1 parent e13a8a8 commit a51d8ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions perl.changes
@@ -1,3 +1,7 @@
* Mon Aug 12 2019 Niels Breet <niels.breet@jolla.com> - 5.16.1-3
- Remove gdbm support
Fixes JB#46707

* Tue Aug 06 2019 Niels Breet <niels.breet@jolla.com> - 5.16.1-2
- Don't require groff in order to make bootstrapping easier
Fixes JB#46708
Expand Down
6 changes: 3 additions & 3 deletions perl.spec
Expand Up @@ -18,14 +18,14 @@
# same as we provide in /etc/rpm/macros.perl
%global perl5_testdir %{_libexecdir}/perl5-tests

# We can bootstrap without gdbm
%bcond_without gdbm
# Disabling gdbm because we don't use it and it makes boostrapping easier
%bcond_with gdbm
# We can skip %%check phase
%bcond_without test

Name: perl
Version: %{perl_version}
Release: 2
Release: 3
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
Group: Development/Languages
Expand Down

0 comments on commit a51d8ef

Please sign in to comment.