]> git.pld-linux.org Git - packages/perl.git/commitdiff
- typo (s/without_dbm/without_gdbm/)
authorradek <radek@pld-linux.org>
Mon, 17 Nov 2003 17:57:15 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.242

perl.spec

index c6c7ec5c6456bc645e4c4614ab77ddb4bb775f3d..5f0f95537a5d82bf74152f2e31d8d50b75cba5eb 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -649,7 +649,7 @@ sh Configure \
        -Ui_db \
        %{?_without_gdbm:  -Ui_dbm -Ui_gdbm -Ui_ndbm} \
        %{?!_without_gdbm: -Ui_dbm -Di_gdbm -Ui_ndbm} \
-       -Dlibswanted="dl m c crypt %{?!_without_dbm:gdbm}" \
+       -Dlibswanted="dl m c crypt %{?!_without_gdbm:gdbm}" \
        -%{?_without_threads:U}%{?!_without_threads:D}usethreads \
        -%{?_without_largefiles:U}%{?!_without_largefiles:D}uselargefiles
 
This page took 0.036091 seconds and 4 git commands to generate.