]> git.pld-linux.org Git - packages/perl.git/commitdiff
- BuildRequires: gdbm-devel, db3-devel (for perl-modules)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Jul 2001 13:29:01 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.106

perl.spec

index ea9463cf3738015950894a3cc4dac820fa0a6f9e..6f8137bb57bd3d0cf505b2dd99c710dcbab5af92 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -29,6 +29,8 @@ Patch10:      %{name}-sitearch.patch
 Patch11:       %{name}-soname.patch
 Patch12:       %{name}-db3.patch
 URL:           http://www.perl.org/
+BuildRequires: db3-devel
+BuildRequires: gdbm-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     perl-lib
 
@@ -204,7 +206,7 @@ sh Configure \
        -Ud_setresuid \
        -Ud_setresgid
 
-%{__mv} Makefile Makefile.bak
+%{__mv} -f Makefile Makefile.bak
 %{__sed} -e 's#^CCDLFLAGS = -rdynamic -Wl,-rpath,/usr/lib/perl5/.*#CCDLFLAGS = -rdynamic#' \
        Makefile.bak > Makefile
 
This page took 0.133417 seconds and 4 git commands to generate.