]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed sitemandirs, pass quotted __cc
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 May 2004 14:07:23 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.264

perl.spec

index f3fcaa97d117d79251a6de092237087cbe772874..309a4c37637b25d9b0170ad435a44213fa3d73be 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -617,7 +617,7 @@ microperlu - popraw je.
 %build
 sh Configure \
        -des \
-       -Dcc=%{__cc} \
+       -Dcc="%{__cc}" \
        -Darchname=%{_target_platform} \
        -Dcccdlflags='-fPIC' \
        -Dccdlflags='-rdynamic' \
@@ -628,8 +628,8 @@ sh Configure \
        -Dman3dir=%{_mandir}/man3 -Dman3ext=3perl \
        -Dvendorman1=%{_mandir}/man1 -Dvendorman1ext=1p \
        -Dvendorman3=%{_mandir}/man3 -Dvendorman3ext=3pm \
-       -Dsiteman1=%{_usr}/local/share/man/man1 -Dsiteman1ext=1p \
-       -Dsiteman3=%{_usr}/local/share/man/man3 -Dsiteman3ext=3pm \
+       -Dsiteman1=%{_usr}/local/man/man1 -Dsiteman1ext=1p \
+       -Dsiteman3=%{_usr}/local/man/man3 -Dsiteman3ext=3pm \
        -Dprefix=%{_prefix} -Dvendorprefix=%{_prefix} -Dsiteprefix=%{_usr}/local \
        -Dlibpth="%{_libdir} /%{_lib}" \
        -Dprivlib=%{perl_privlib}     -Darchlib=%{perl_archlib} \
This page took 0.172098 seconds and 4 git commands to generate.