Browse Source

Added support fix for IRIX.

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
e861916399
  1. 8
      perl/perl.spec

8
perl/perl.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
Group: Language
License: GPL/Artistic
Version: 5.6.1
Release: 20020929
Release: 20021002
# list of sources
Source0: ftp://ftp.cpan.org/pub/CPAN/src/%{name}-%{version}.tar.gz
@ -91,6 +91,12 @@ AutoReqProv: no
* ) cc=`%{l_shtool} path -p/bin:/usr/bin:$PATH cc`; cflags="-O" ;;
esac
;;
*-irix* )
cc=gcc
# fix problem in <netinet/tcp.h>
ccflags="-DBYTE_ORDER=4321
-DBIG_ENDIAN=4321"
;;
esac
# configure the Perl package

Loading…
Cancel
Save