Browse Source

support for latest Solaris 2.8 patch-cluster

master
parent
commit
b5da3a9241
  1. 9
      perl/perl.spec

9
perl/perl.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
Group: Language
License: Artistic or GPL
Version: 5.6.1
Release: 20020206
Release: 20020213
# list of sources
Source0: ftp://ftp.cpan.org/CPAN/src/%{name}-%{version}.tar.gz
@ -85,6 +85,13 @@ AutoReqProv: no
%prep
%setup -q
chmod -R u+w .
# Support both "ld: Software Generation Utilities" and "ld:
# Solaris Link Editors" in the internal outputs of the Solaris 2.8
# ld (latest patch-cluster as of February 2002 or newer), because
# Perl's Configure else thinks the Solaris ld is GNU ld and
# horribly horses up...
%{l_shtool} subst -e 's;ld: Software Generation Utilities;ld: So;g' hints/solaris_2.sh
%build
# Eval hack for obsolete Linux versions (like Debian 2.2) with too old

Loading…
Cancel
Save