]> git.pld-linux.org Git - packages/perl.git/commitdiff
enable -Duseshrplib for non sparc* arch; test release
authorArtur Frysiak <artur@frysiak.net>
Thu, 30 Nov 2000 12:10:38 +0000 (12:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.62

perl.spec

index 0cd7f70f732fbf803934405afb7f52d0b068148c..880de72a0a414061dfb41f96cdac1bf52cd2e30e 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -7,7 +7,7 @@ Summary(pl):    Practical Extraction and Report Language (Perl)
 Summary(tr):   Kabuk yorumlama dili
 Name:          perl
 Version:       5.6.0
-Release:       11
+Release:       11.1
 Epoch:         1
 License:       GPL
 Group:         Utilities/Text
@@ -140,8 +140,13 @@ sh Configure \
 %ifarch sparc sparc64
        -Ud_longdbl \
 %endif
-       -Dd_dosuid
-
+%ifnarch sparc sparc64
+       -Duseshrplib \
+%endif 
+       -Dd_dosuid \
+       -Ud_setresuid \
+       -Ud_setresgid
+       
 %{__make}
 
 %install
This page took 0.650275 seconds and 4 git commands to generate.